Package com.ocient.util
Annotation Type SuppressFBWarnings
@Retention(CLASS) public @interface SuppressFBWarnings
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringjustificationOptional documentation of the reason why the warning is suppressedString[]valueThe set of FindBugs warnings that are to be suppressed in annotated element.
-
Element Details
-
value
String[] valueThe 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 justificationOptional documentation of the reason why the warning is suppressed- Default:
- ""
-