Reports all methods with variable arity which can be annotated as @SafeVarargs. @SafeVarargs annotation suppresses unchecked warnings about parameterized array creation at call sites.

This annotation is not supported under Java 1.6 or earlier JVMs.