|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
public @interface SuppressWarnings
Used to suppress specific code analysis warnings produced by the Findbugs tool.
| Required Element Summary | |
|---|---|
String |
justification
An explanation of why it is valid to suppress the warning in a particular situation/context. |
String |
value
The name of the warning to be suppressed. |
| Element Detail |
|---|
public abstract String value
public abstract String justification
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||