@Retention(value=CLASS)
public @interface SuppressFBWarnings
SuppressWarnings
to avoid conflicts with
SuppressWarnings
.Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
justification
Optional documentation of the reason why the warning is suppressed
|
java.lang.String[] |
value
The set of FindBugs warnings that are to be suppressed in
annotated element.
|
public abstract java.lang.String[] value
public abstract java.lang.String justification
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.