mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8325324: Implement JEP 477: Implicitly Declared Classes and Instance Main Methods (Third Preview)
Reviewed-by: asotona, vromero, mcimadamore
This commit is contained in:
parent
612ae9289a
commit
4e6d851f3f
5 changed files with 316 additions and 5 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue