@Retention(value=CLASS) public @interface SuppressFBWarnings
Modifier and Type | Optional Element and Description |
---|---|
String |
justification
Optional explanation for the suppression.
|
String[] |
value
A list of comma-separated, quoted SpotBugs warnings that are to be suppressed in the associated
annotated element.
|
public abstract String[] value
public abstract String justification
Copyright © 2015–2024 The Apache Software Foundation. All rights reserved.