RFR: 8310591: Missing `@since` tags in java.lang.foreign

Maurizio Cimadamore mcimadamore at openjdk.org
Thu Jun 22 09:21:03 UTC 2023


On Thu, 22 Jun 2023 07:18:13 GMT, Per Minborg <pminborg at openjdk.org> wrote:

> This PR adds missing  `@Since` and `@PreviewFeature` annotations to some of the Panama FFM entities.
> 
> This PR should also be back-ported to 21.

src/java.base/share/classes/java/lang/foreign/package-info.java line 156:

> 154: package java.lang.foreign;
> 155: 
> 156: import jdk.internal.javac.PreviewFeature;

Add an extra newline at the end

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

PR Review Comment: https://git.openjdk.org/jdk/pull/14611#discussion_r1238248933


More information about the core-libs-dev mailing list