mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8342679: Clean up PreviewFeature.Feature
Reviewed-by: liach, vromero
This commit is contained in:
parent
2da7f2bcb0
commit
c9f38409cc
1 changed files with 4 additions and 5 deletions
|
@ -64,11 +64,10 @@ public @interface PreviewFeature {
|
|||
* Values should be annotated with the feature's {@code JEP}.
|
||||
*/
|
||||
public enum Feature {
|
||||
// not used, but required for interim javac to not warn.
|
||||
VIRTUAL_THREADS,
|
||||
FOREIGN,
|
||||
@JEP(number=459, title="String Templates", status="Second Preview")
|
||||
STRING_TEMPLATES,
|
||||
// while building the interim javac, the ClassReader will produce a warning when loading a class
|
||||
// keeping the constant of a feature that has been integrated or dropped, serves the purpose of muting such warnings.
|
||||
|
||||
//---
|
||||
@JEP(number=477, title="Implicitly Declared Classes and Instance Main Methods", status="Third Preview")
|
||||
IMPLICIT_CLASSES,
|
||||
@JEP(number=481, title="Scoped Values", status="Third Preview")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue