8284966: Update SourceVersion.RELEASE_19 description for language changes

Reviewed-by: iris, jjg
This commit is contained in:
Joe Darcy 2022-05-25 16:25:44 +00:00
parent e990fec195
commit 0b8dd4ac82
6 changed files with 19 additions and 3 deletions

View File

@ -36,5 +36,8 @@
* a {@code NullPointerException} if given a {@code null} argument.
*
* @since 1.6
*
* @see <a href="https://jcp.org/en/jsr/detail?id=269">
* JSR 269: Pluggable Annotation Processing API</a>
*/
package javax.annotation.processing;

View File

@ -66,7 +66,8 @@ public enum SourceVersion {
* 17: sealed classes, floating-point always strict (pattern
* matching for switch in preview)
* 18: no changes (pattern matching for switch in second preview)
* 19: TBD
* 19: no changes (pattern matching for switch in third preview,
* record patterns in preview)
*/
/**
@ -346,6 +347,8 @@ public enum SourceVersion {
* The version recognized by the Java Platform, Standard Edition
* 19.
*
* No major changes from the prior release.
*
* @since 19
*/
RELEASE_19;

View File

@ -110,6 +110,8 @@
* a {@code NullPointerException} if given a {@code null} argument.
*
* @see javax.lang.model.util.Elements
* @see <a href="https://jcp.org/en/jsr/detail?id=269">
* JSR 269: Pluggable Annotation Processing API</a>
* @jls 6.1 Declarations
* @jls 7.4 Package Declarations
* @jls 7.7 Module Declarations

View File

@ -36,8 +36,8 @@
* <p> This language model follows a <i>mirror</i>-based design; see
*
* <blockquote>
* Gilad Bracha and David Ungar. <i>Mirrors: Design Principles for
* Meta-level Facilities of Object-Oriented Programming Languages</i>.
* Gilad Bracha and David Ungar. <cite>Mirrors: Design Principles for
* Meta-level Facilities of Object-Oriented Programming Languages</cite>.
* In Proc. of the ACM Conf. on Object-Oriented Programming, Systems,
* Languages and Applications, October 2004.
* </blockquote>
@ -53,6 +53,9 @@
* a {@code NullPointerException} if given a {@code null} argument.
*
* @since 1.6
*
* @see <a href="https://jcp.org/en/jsr/detail?id=269">
* JSR 269: Pluggable Annotation Processing API</a>
*/
package javax.lang.model;

View File

@ -34,6 +34,8 @@
* a {@code NullPointerException} if given a {@code null} argument.
*
* @see javax.lang.model.util.Types
* @see <a href="https://jcp.org/en/jsr/detail?id=269">
* JSR 269: Pluggable Annotation Processing API</a>
* @jls 4.1 The Kinds of Types and Values
* @jls 4.2 Primitive Types and Values
* @jls 4.3 Reference Types and Values

View File

@ -36,5 +36,8 @@
* a {@code NullPointerException} if given a {@code null} argument.
*
* @since 1.6
*
* @see <a href="https://jcp.org/en/jsr/detail?id=269">
* JSR 269: Pluggable Annotation Processing API</a>
*/
package javax.lang.model.util;