Annotation Interface SuppressFBWarnings


@Retention(CLASS) public @interface SuppressFBWarnings
The SuppressFBWarnings annotation located at com.github.spotbugs.annotations isn't compatible with JPMS and Gradle
  • Optional Element Summary

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

    • value

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

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