Package com.drew.lang.annotations
Annotation Type SuppressWarnings
-
public @interface SuppressWarnings
Used to suppress specific code analysis warnings produced by the Findbugs tool.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
justification
An explanation of why it is valid to suppress the warning in a particular situation/context.java.lang.String
value
The name of the warning to be suppressed.
-