// "Annotate as @SafeVarargs" "true" public class Test { @SafeVarargs public static <T> void main(T... args) { } }