|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented
@Target(value={METHOD,CONSTRUCTOR})
@Retention(value=CLASS)
@Deprecated
public @interface CheckReturnValueThis annotation is used to denote a method whose return value should always be checked when invoking the method. The checker treats this annotation as inherited by overriding methods.
| Optional Element Summary | |
|---|---|
Confidence |
confidence
Deprecated. |
String |
explanation
Deprecated. A textual explanation of why the return value should be checked |
Priority |
priority
Deprecated. |
@Deprecated public abstract Priority priority
public abstract Confidence confidence
public abstract String explanation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||