We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad17027 + 42bad03 commit bcc95f9Copy full SHA for bcc95f9
src/java.compiler/share/classes/javax/lang/model/SourceVersion.java
@@ -62,7 +62,7 @@ public enum SourceVersion {
62
* 13: no changes (switch expressions and text blocks in preview)
63
* 14: switch expressions (pattern matching and records in
64
* preview, text blocks in preview again)
65
- * 15: TBD
+ * 15: text blocks (records and pattern matching in preview again)
66
*/
67
68
/**
@@ -211,6 +211,8 @@ public enum SourceVersion {
211
* The version recognized by the Java Platform, Standard Edition
212
* 15.
213
*
214
+ * Additions in this release include text blocks.
215
+ *
216
* @since 15
217
218
RELEASE_15;
0 commit comments