Reports reifiable type of variable arity method annotated with @SafeVarargs. In this case, the annotation is redundant.

Example:


    @SafeVarargs
    public final void processStrings(String... strings) {
    }