@Documented
@Target({METHOD,CONSTRUCTOR})
@Retention(CLASS)
public @interface CheckReturnValue
| Modifier and Type | Optional Element | Description |
|---|---|---|
Confidence |
confidence |
|
java.lang.String |
explanation |
A textual explanation of why the return value should be checked
|
Priority |
priority |
Deprecated.
|
@Deprecated Priority priority
Confidence confidence
SpotBugs is licensed under the LGPL.