Summary
-------
Class-File API is leaving preview.
Problem
-------
- All `@PreviewFeature` annotations must be removed from Class-File API.
- All `@since` tags of Class-File API classes and packages must be updated to the actual version.
- `jdk.internal.javac.PreviewFeature.Feature.CLASSFILE_API` must be removed.
Solution
--------
- Remove all `@PreviewFeature` annotations from Class-File API
- Update all `@since` tags in Class-File API.
- Remove `jdk.internal.javac.PreviewFeature.Feature.CLASSFILE_API`.
Specification
-------------
Patch is too big to inline, so attached as `pr19826.patch`.