8325324: Implement JEP 477: Implicitly Declared Classes and Instance Main Methods (Third Preview)

Reviewed-by: asotona, vromero, mcimadamore
This commit is contained in:
Jan Lahoda 2024-05-23 09:43:29 +00:00
parent 612ae9289a
commit 4e6d851f3f
5 changed files with 316 additions and 5 deletions

View file

@ -69,9 +69,7 @@ public @interface PreviewFeature {
FOREIGN,
@JEP(number=459, title="String Templates", status="Second Preview")
STRING_TEMPLATES,
@JEP(number=445, title="Unnamed Classes and Instance Main Methods", status="Deprecated")
UNNAMED_CLASSES,
@JEP(number=463, title="Implicitly Declared Classes and Instance Main Methods", status="Preview")
@JEP(number=477, title="Implicitly Declared Classes and Instance Main Methods", status="Third Preview")
IMPLICIT_CLASSES,
@JEP(number=464, title="Scoped Values", status="Second Preview")
SCOPED_VALUES,