ImmutableSetForContains
            This private static ImmutableList is only used for contains, containsAll or isEmpty checks; prefer ImmutableSet.
          
        
        
       
      
Suppression
Suppress false positives by adding the suppression annotation @SuppressWarnings("ImmutableSetForContains") to the enclosing element.