Annotation Type SuppressWarnings
@Target({TYPE,FIELD,METHOD,PARAMETER,CONSTRUCTOR,LOCAL_VARIABLE,PACKAGE})
@Retention(CLASS)
@Deprecated
public @interface SuppressWarnings
Deprecated.
Was used to suppress FindBugs warnings but generates name conflicts with
SuppressWarnings.-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionDeprecated.String[]Deprecated.The set of FindBugs warnings that are to be suppressed by the compiler in the annotated element.
-
Element Details
-
value
String[] valueDeprecated.The set of FindBugs warnings that are to be suppressed by the compiler in the annotated element.- Default:
{}
-
justification
-
SuppressFBWarningsinstead