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