Package java.lang
Annotation Type FindBugsSuppressWarnings
-
@Target({TYPE,FIELD,METHOD,PARAMETER,CONSTRUCTOR,LOCAL_VARIABLE}) @Retention(CLASS) public @interface FindBugsSuppressWarnings
Suppress FindBugs warnings on the annotated element. FindBugs will recognize any annotation that has class retention and whose name ends with "SuppressWarnings".
-
-
Element Detail
-
value
String[] value
The FindBugs Patterns to suppress, such asSE_TRANSIENT_FIELD_NOT_RESTOREDorSe. Full, upper case names are preferred.
-
-