SuppressFBWarnings instead@Target({TYPE,FIELD,METHOD,PARAMETER,CONSTRUCTOR,LOCAL_VARIABLE,PACKAGE})
@Retention(CLASS)
@Deprecated
public @interface SuppressWarnings
SuppressWarnings.| Modifier and Type | Optional Element | Description |
|---|---|---|
java.lang.String |
justification |
Deprecated.
|
java.lang.String[] |
value |
Deprecated.
The set of FindBugs warnings that are to be suppressed by the compiler in the
annotated element.
|
SpotBugs is licensed under the LGPL.