Package java.lang
Annotation Type SafeVarargs
@Documented @Retention(RUNTIME) @Target({CONSTRUCTOR,METHOD}) public @interface SafeVarargs
Claims to the compiler that the annotation target does nothing potentially unsafe
to its varargs argument.
- Since:
- 1.7