mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8335991: Implement Simple Source Files and Instance Main Methods (Fourth Preview)
Reviewed-by: asotona, jpai
This commit is contained in:
parent
81342acdae
commit
5731ab7fed
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ public @interface PreviewFeature {
|
|||
// 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")
|
||||
@JEP(number=495, title="Simple Source Files and Instance Main Methods", status="Fourth Preview")
|
||||
IMPLICIT_CLASSES,
|
||||
@JEP(number=487, title="Scoped Values", status="Fourth Preview")
|
||||
SCOPED_VALUES,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue