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

Reviewed-by: mcimadamore
This commit is contained in:
Per Minborg 2023-06-22 11:59:33 +00:00
parent 8976ebf0ec
commit 5a30fb6664
3 changed files with 8 additions and 0 deletions

View file

@ -147,6 +147,10 @@
* access to restricted methods is enabled for all modules, but access to restricted methods will result in runtime warnings.
*
* @spec jni/index.html Java Native Interface Specification
*
* @since 19
*/
@PreviewFeature(feature=PreviewFeature.Feature.FOREIGN)
package java.lang.foreign;
import jdk.internal.javac.PreviewFeature;