SuppressFBWarnings
instead@Target(value={TYPE,FIELD,METHOD,PARAMETER,CONSTRUCTOR,LOCAL_VARIABLE,PACKAGE})
@Retention(value=CLASS)
@Deprecated
public @interface SuppressWarnings
SuppressWarnings
.Modifier and Type | Optional Element and 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.
|
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.