jdk/src/share/classes/java/lang/SafeVarargs.java
changeset 9266 121fb370f179
parent 7551 dc77388d186a
child 9671 61242d00821f
equal deleted inserted replaced
9265:62d885310f4d 9266:121fb370f179
    68  * <p>Future versions of the platform may mandate compiler errors for
    68  * <p>Future versions of the platform may mandate compiler errors for
    69  * such unsafe operations.
    69  * such unsafe operations.
    70  *
    70  *
    71  * </ul>
    71  * </ul>
    72  *
    72  *
    73  * @jls3 4.7 Reifiable Types
    73  * @jls 4.7 Reifiable Types
    74  * @jls3 8.4.1 Formal Parameters
    74  * @jls 8.4.1 Formal Parameters
    75  */
    75  */
    76 @Documented
    76 @Documented
    77 @Retention(RetentionPolicy.RUNTIME)
    77 @Retention(RetentionPolicy.RUNTIME)
    78 @Target({ElementType.CONSTRUCTOR, ElementType.METHOD})
    78 @Target({ElementType.CONSTRUCTOR, ElementType.METHOD})
    79 public @interface SafeVarargs {}
    79 public @interface SafeVarargs {}