@Retention(value=CLASS) public @interface DesireNoWarning
Modifier and Type | Required Element and Description |
---|---|
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
|
Modifier and Type | Optional Element and Description |
---|---|
Confidence |
confidence
Want no warning at this priority or higher
|
int |
num
Tolerate up to this many warnings
|
Priority |
priority
Deprecated.
- use confidence instead
|
public abstract String value
@Deprecated public abstract Priority priority
public abstract Confidence confidence
Copyright © 2015. All rights reserved.