|
org.netbeans.api.annotations.common/1 1.3.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={CONSTRUCTOR,FIELD,LOCAL_VARIABLE,METHOD,PACKAGE,PARAMETER,TYPE}) @Retention(value=CLASS) public @interface SuppressWarnings
Supress the warning reported by the code analyzing tool.
Optional Element Summary | |
---|---|
String[] |
value
The names of the warnings to suppress. |
public abstract String[] value
|
org.netbeans.api.annotations.common/1 1.3.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |