Package com.attivio.util
Annotation Type SuppressWarnings
-
@Target({TYPE,FIELD,METHOD,PARAMETER,CONSTRUCTOR,LOCAL_VARIABLE,PACKAGE}) @Retention(CLASS) public @interface SuppressWarnings
SuppressWarnings annotation that can be used at runtime by findbugs but can be shipped with our source.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
justification
java.lang.String[]
value
The justification for the suppression.
-