src/share/classes/java/lang/SafeVarargs.java

Print this page

        

@@ -80,10 +80,11 @@
  * <p>Future versions of the platform may mandate compiler errors for
  * such unsafe operations.
  *
  * </ul>
  *
+ * @since 1.7
  * @jls 4.7 Reifiable Types
  * @jls 8.4.1 Formal Parameters
  */
 @Documented
 @Retention(RetentionPolicy.RUNTIME)