// "Annotate as @SafeVarargs" "true" import java.util.List; public class Test { public static void main(List... args) { } }