LexicographicalAnnotationListing
SUGGESTION
Style
Summary
Sort annotations lexicographically where possible
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("LexicographicalAnnotationListing")
to the enclosing element.Disable this pattern completely by adding
-Xep:LexicographicalAnnotationListing:OFF
as compiler argument. Learn more.