8344314: Revert removal of jdk.internal.java.PreviewFeature.CLASSFILE_API

Reviewed-by: liach
This commit is contained in:
Adam Sotona 2024-11-15 15:57:34 +00:00
parent 40a055ebd2
commit 3c38ed4128

View File

@ -74,6 +74,7 @@ public @interface PreviewFeature {
SCOPED_VALUES,
@JEP(number=480, title="Structured Concurrency", status="Third Preview")
STRUCTURED_CONCURRENCY,
CLASSFILE_API,
STREAM_GATHERERS,
@JEP(number=494, title="Module Import Declarations", status="Second Preview")
MODULE_IMPORTS,