Package edu.umd.cs.findbugs.annotations
Annotation Type SuppressFBWarnings
-
@Retention(CLASS) public @interface SuppressFBWarnings
Used to suppress FindBugs warnings.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringjustificationString[]value
-
-
-
Element Detail
-
value
String[] value
- Returns:
- The set of FindBugs warnings that are to be suppressed in annotated element. The value can be a bug category, kind or pattern.
- Default:
- {}
-
-
-
justification
String justification
- Returns:
- Optional documentation of the reason why the warning is suppressed
- Default:
- ""
-
-