/**@class java.lang.SafeVarargs
 implements java.lang.annotation.Annotation

 Claims to the compiler that the annotation target does nothing potentially unsafe
 to its varargs argument.

 @since 1.7
*/
var SafeVarargs = {


};