We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6a5f1b commit 525f33bCopy full SHA for 525f33b
src/java.compiler/share/classes/javax/lang/model/SourceVersion.java
@@ -77,7 +77,10 @@ public enum SourceVersion {
77
* switch in preview, module Import Declarations in preview,
78
* implicitly declared classes and instance main in third
79
* preview, flexible constructor bodies in second preview)
80
- * 24: tbd
+ * 24: no changes (primitive Types in Patterns, instanceof, and
81
+ * switch in second preview, module Import Declarations in second
82
+ * preview, simple source files and instance main in fourth
83
+ * preview, flexible constructor bodies in third preview)
84
*/
85
86
/**
0 commit comments