RFR: JDK-8285688: Add links to JEPs and JSRs to SourceVersion [v2]
Iris Clark
iris at openjdk.java.net
Fri Apr 29 00:36:44 UTC 2022
On Wed, 27 Apr 2022 04:36:31 GMT, Joe Darcy <darcy at openjdk.org> wrote:
>> To provide more context to readers about the development of the language, add to the enum constants in SourceVersion @see links to the JEPs and JSRs that added features to a release.
>>
>> (For now, have left out @see links to preview features.)
>
> Joe Darcy has updated the pull request incrementally with one additional commit since the last revision:
>
> Fix title of JSR 201.
Marked as reviewed by iris (Reviewer).
src/java.compiler/share/classes/javax/lang/model/SourceVersion.java line 196:
> 194: * @see <a href="https://jcp.org/en/jsr/detail?id=376">
> 195: * JSR 376: Java™ Platform Module System</a>
> 196: * @see <a href="http://openjdk.java.net/jeps/213">
Recommend you use "https" instead of "http" protocol for all JEP references.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8413
More information about the compiler-dev
mailing list