API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.lang. SuppressWarnings View Source
Author(s)
Josh Bloch
Since
1.5
Version
Serial
Description
@Target (value={TYPE, FIELD, METHOD, PARAMETER, CONSTRUCTOR, LOCAL_VARIABLE})
@Retention (value=SOURCE)
public annotation SuppressWarnings
  Indicates that the named compiler warnings should be suppressed in the annotated element (and in all program elements contained in the annotated element).
See also:   
Elements
value [REQUIRED]
  The set of warnings that are to be suppressed by the compiler in the annotated element.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar