org.netbeans.api.annotations.common/1 1.5.1

org.netbeans.api.annotations.common
Annotation Type SuppressWarnings


@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.
 

value

public abstract String[] value
The names of the warnings to suppress.

Default:
{}

org.netbeans.api.annotations.common/1 1.5.1

Built on September 7 2010.  |  Portions Copyright 1997-2010 Sun Microsystems, Inc. All rights reserved.