Annotation Type FindBugsSuppressWarnings


  • @Retention(CLASS)
    @Target({TYPE,FIELD,METHOD,PARAMETER,CONSTRUCTOR,LOCAL_VARIABLE})
    public @interface FindBugsSuppressWarnings
    Annotation used to suppress FindBugs warnings in Ehcache core code.
    Author:
    Chris Dennis
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String[] value
      List of suppressed FindBugs warnings
    • Element Detail

      • value

        java.lang.String[] value
        List of suppressed FindBugs warnings