Annotation Interface SuppressFBWarnings


@Retention(CLASS) public @interface SuppressFBWarnings
Used to suppress SpotBugs warnings.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Reason why the warning is suppressed.
     
  • Element Details

    • value

      String[] value
      See Also:
      • "https://spotbugs.readthedocs.io/en/latest/bugDescriptions.html"
    • justification

      String justification
      Reason why the warning is suppressed. Use a SpotBugs issue id where appropriate.