public @interface SuppressFBWarnings
Modifier and Type | Required Element and Description |
---|---|
String |
justification
Reason why the warning is suppressed.
|
String[] |
value
The set of FindBugs warnings that are to be
suppressed in annotated element.
|
public abstract String justification