| java.lang.SuppressWarnings
SuppressWarnings | public @interface SuppressWarnings(Code) | | An annotation that indicates a compiler should suppress any warnings of the
type specified in the
SuppressWarnings.value() .
since: 1.5 |
Field Summary | |
public String[] | value Answers the array of warnings that compilers should suppress for the
annotated element. |
value | public String[] value(Code) | | Answers the array of warnings that compilers should suppress for the
annotated element.
an array of warning types to suppress. |
|
|