@SafeVarargs annotation (since Java 1.7) suppresses unchecked warnings about parameterized array creation at call sites. Reports all suppressed unchecked warnings which are safe to remove because @SafeVarargs annotation on corresponding method declaration.