Package org.apache.datasketches.common
Annotation Interface SuppressFBWarnings
Used to suppress SpotBug warnings.
- Author:
- Lee Rhodes
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionOptional explanation for the suppression.String[]
A list of comma-separated, quoted SpotBugs warnings that are to be suppressed in the associated annotated element.
-
Element Details
-
value
String[] valueA list of comma-separated, quoted SpotBugs warnings that are to be suppressed in the associated annotated element. The value can be a bug category, kind or pattern.- Returns:
- list of relevant bug descriptors
- Default:
- {}
-
justification
String justificationOptional explanation for the suppression.- Returns:
- explanation
- Default:
- ""
-