public @interface SuppressWarnings
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
justification
An explanation of why it is valid to suppress the warning in a particular situation/context.
|
java.lang.String |
value
The name of the warning to be suppressed.
|
public abstract java.lang.String value
public abstract java.lang.String justification
Copyright © 2002-2013 Drew Noakes. All Rights Reserved.