TypeParameterNaming
            Type parameters must be a single letter with an optional numeric suffix, or an UpperCamelCase name followed by the letter 'T'.
          
        
        
       
      
Suppression
Suppress false positives by adding the suppression annotation @SuppressWarnings("TypeParameterNaming") to the enclosing element.