@Target(value={TYPE,FIELD,METHOD,PARAMETER,CONSTRUCTOR,LOCAL_VARIABLE}) @Retention(value=SOURCE) public @interface SuppressWarnings
 An annotation that indicates a compiler should suppress any warnings of the
 type specified in the value().
 
public abstract String[] value