Skip to content

Commit 0b8dd4a

Browse files
committed
8284966: Update SourceVersion.RELEASE_19 description for language changes
Reviewed-by: iris, jjg
1 parent e990fec commit 0b8dd4a

File tree

6 files changed

+19
-3
lines changed

6 files changed

+19
-3
lines changed

src/java.compiler/share/classes/javax/annotation/processing/package-info.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,8 @@
3636
* a {@code NullPointerException} if given a {@code null} argument.
3737
*
3838
* @since 1.6
39+
*
40+
* @see <a href="https://jcp.org/en/jsr/detail?id=269">
41+
* JSR 269: Pluggable Annotation Processing API</a>
3942
*/
4043
package javax.annotation.processing;

src/java.compiler/share/classes/javax/lang/model/SourceVersion.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ public enum SourceVersion {
6666
* 17: sealed classes, floating-point always strict (pattern
6767
* matching for switch in preview)
6868
* 18: no changes (pattern matching for switch in second preview)
69-
* 19: TBD
69+
* 19: no changes (pattern matching for switch in third preview,
70+
* record patterns in preview)
7071
*/
7172

7273
/**
@@ -346,6 +347,8 @@ public enum SourceVersion {
346347
* The version recognized by the Java Platform, Standard Edition
347348
* 19.
348349
*
350+
* No major changes from the prior release.
351+
*
349352
* @since 19
350353
*/
351354
RELEASE_19;

src/java.compiler/share/classes/javax/lang/model/element/package-info.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@
110110
* a {@code NullPointerException} if given a {@code null} argument.
111111
*
112112
* @see javax.lang.model.util.Elements
113+
* @see <a href="https://jcp.org/en/jsr/detail?id=269">
114+
* JSR 269: Pluggable Annotation Processing API</a>
113115
* @jls 6.1 Declarations
114116
* @jls 7.4 Package Declarations
115117
* @jls 7.7 Module Declarations

src/java.compiler/share/classes/javax/lang/model/package-info.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
* <p> This language model follows a <i>mirror</i>-based design; see
3737
*
3838
* <blockquote>
39-
* Gilad Bracha and David Ungar. <i>Mirrors: Design Principles for
40-
* Meta-level Facilities of Object-Oriented Programming Languages</i>.
39+
* Gilad Bracha and David Ungar. <cite>Mirrors: Design Principles for
40+
* Meta-level Facilities of Object-Oriented Programming Languages</cite>.
4141
* In Proc. of the ACM Conf. on Object-Oriented Programming, Systems,
4242
* Languages and Applications, October 2004.
4343
* </blockquote>
@@ -53,6 +53,9 @@
5353
* a {@code NullPointerException} if given a {@code null} argument.
5454
*
5555
* @since 1.6
56+
*
57+
* @see <a href="https://jcp.org/en/jsr/detail?id=269">
58+
* JSR 269: Pluggable Annotation Processing API</a>
5659
*/
5760

5861
package javax.lang.model;

src/java.compiler/share/classes/javax/lang/model/type/package-info.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
* a {@code NullPointerException} if given a {@code null} argument.
3535
*
3636
* @see javax.lang.model.util.Types
37+
* @see <a href="https://jcp.org/en/jsr/detail?id=269">
38+
* JSR 269: Pluggable Annotation Processing API</a>
3739
* @jls 4.1 The Kinds of Types and Values
3840
* @jls 4.2 Primitive Types and Values
3941
* @jls 4.3 Reference Types and Values

src/java.compiler/share/classes/javax/lang/model/util/package-info.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,8 @@
3636
* a {@code NullPointerException} if given a {@code null} argument.
3737
*
3838
* @since 1.6
39+
*
40+
* @see <a href="https://jcp.org/en/jsr/detail?id=269">
41+
* JSR 269: Pluggable Annotation Processing API</a>
3942
*/
4043
package javax.lang.model.util;

0 commit comments

Comments
 (0)