< prev index next >

src/java.base/share/classes/jdk/internal/javac/PreviewFeature.java

Print this page
@@ -69,11 +69,11 @@
          FOREIGN,
          @JEP(number=459, title="String Templates", status="Second Preview")
          STRING_TEMPLATES,
          @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")
+         @JEP(number=487, title="Scoped Values", status="Fourth Preview")
          SCOPED_VALUES,
          @JEP(number=480, title="Structured Concurrency", status="Third Preview")
          STRUCTURED_CONCURRENCY,
          @JEP(number=466, title="ClassFile API", status="Second Preview")
          CLASSFILE_API,
< prev index next >