Package net.sf.ehcache.util
Annotation Type FindBugsSuppressWarnings
-
@Retention(CLASS) @Target({TYPE,FIELD,METHOD,PARAMETER,CONSTRUCTOR,LOCAL_VARIABLE}) public @interface FindBugsSuppressWarningsAnnotation 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[]valueList of suppressed FindBugs warnings
-