equal
deleted
inserted
replaced
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 {} |