|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=CLASS) public @interface DesireNoWarning
Annotation indicating that no FindBugs warning of the specified type is not desired. See http://code.google.com/p/findbugs/wiki/FindbugsTestCases
| Required Element Summary | |
|---|---|
String |
value
The value indicates the bug code (e.g., NP) or bug pattern (e.g., IL_INFINITE_LOOP) that is desired to not be reported |
| Optional Element Summary | |
|---|---|
Confidence |
confidence
Want no warning at this priority or higher |
Priority |
priority
Deprecated. |
| Element Detail |
|---|
public abstract String value
@Deprecated public abstract Priority priority
public abstract Confidence confidence
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||