We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a75ddb8 commit d191e47Copy full SHA for d191e47
src/java.compiler/share/classes/javax/lang/model/SourceVersion.java
@@ -351,6 +351,10 @@ public enum SourceVersion {
351
* No major changes from the prior release.
352
*
353
* @since 19
354
+ *
355
+ * @see <a
356
+ * href="https://docs.oracle.com/javase/specs/jls/se19/html/index.html">
357
+ * <cite>The Java Language Specification, Java SE 19 Edition</cite></a>
358
*/
359
RELEASE_19,
360
@@ -359,6 +363,10 @@ public enum SourceVersion {
363
* 20.
364
361
365
* @since 20
366
367
368
+ * href="https://docs.oracle.com/javase/specs/jls/se20/html/index.html">
369
+ * <cite>The Java Language Specification, Java SE 20 Edition</cite></a>
362
370
371
RELEASE_20;
372
0 commit comments