java.lang
Annotation Type SuppressWarnings


@Target(value={TYPE,FIELD,METHOD,PARAMETER,CONSTRUCTOR,LOCAL_VARIABLE})
@Retention(value=SOURCE)
public @interface SuppressWarnings


Required Element Summary
 String[] value
           
 

Element Detail

value

public abstract String[] value