RFR: 8253455: Record Classes javax.lang.model changes [v5]

Chris Hegarty chegar at openjdk.java.net
Wed Sep 30 09:00:06 UTC 2020


On Tue, 29 Sep 2020 21:37:58 GMT, Vicente Romero <vromero at openjdk.org> wrote:

>> Please review the fix for [JDK-8253455](https://bugs.openjdk.java.net/browse/JDK-8253455) which is part of the effort
>> to make records a final feature of the Java Language. The rest of the code has been published in
>> [PR#290](https://github.com/openjdk/jdk/pull/290)  Thanks,
>> Vicente
>
> Vicente Romero has updated the pull request incrementally with one additional commit since the last revision:
> 
>   adding a comment to PreviewFeature.Feature

src/java.compiler/share/classes/javax/lang/model/element/ElementKind.java line 114:

> 112:     /**
> 113:      * A record type.
> 114:      * @since 14

The `@since` tags will all need to be updated to `16`, right?

-------------

PR: https://git.openjdk.java.net/jdk/pull/291


More information about the core-libs-dev mailing list