src/java.base/share/classes/jdk/internal/PreviewFeature.java
branchJDK-8226585-branch
changeset 58441 82f43796b28c
parent 58109 ee07de0d2c16
equal deleted inserted replaced
58440:4c8a6d1d066c 58441:82f43796b28c
    29 
    29 
    30 /**
    30 /**
    31  * Indicates the API declaration in question is associated with a
    31  * Indicates the API declaration in question is associated with a
    32  * <em>preview feature</em>. See JEP 12: "Preview Language and VM
    32  * <em>preview feature</em>. See JEP 12: "Preview Language and VM
    33  * Features" (http://openjdk.java.net/jeps/12).
    33  * Features" (http://openjdk.java.net/jeps/12).
    34  * @since 13
    34  * @since 14
    35  */
    35  */
    36 // Match the meaningful targets of java.lang.Deprecated, omit local
    36 // Match the meaningful targets of java.lang.Deprecated, omit local
    37 // variables and parameter declarations
    37 // variables and parameter declarations
    38 @Target({ElementType.METHOD,
    38 @Target({ElementType.METHOD,
    39          ElementType.CONSTRUCTOR,
    39          ElementType.CONSTRUCTOR,