|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Documented
@Target(value={METHOD,CONSTRUCTOR})
@Retention(value=CLASS)
public @interface CheckReturnValue
| Optional Element Summary | |
|---|---|
boolean |
check
A value indicating whether or not the return value should be checked. |
java.lang.String |
explanation
A textual explaination of why the return value should be checked |
java.lang.String |
priority
|
public abstract java.lang.String priority
public abstract java.lang.String explanation
public abstract boolean check
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||