LexicographicalAnnotationAttributeListing
SUGGESTION
Style
Summary
Where possible, sort annotation array attributes lexicographically
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("LexicographicalAnnotationAttributeListing")
to the enclosing element.Disable this pattern completely by adding
-Xep:LexicographicalAnnotationAttributeListing:OFF
as compiler argument. Learn more.