@Target(value={TYPE,FIELD,METHOD,PARAMETER,CONSTRUCTOR,LOCAL_VARIABLE}) @Retention(value=SOURCE) public @interface SuppressWarnings
It is recommended that programmers always use this annotation on the most deeply nested element where it is actually needed.
public abstract String[] value