CheckReturnValue
instead.@Documented @Target(value={METHOD,CONSTRUCTOR}) @Retention(value=CLASS) @Deprecated public @interface CheckReturnValue
Modifier and Type | Optional Element and Description |
---|---|
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
Copyright © 2015. All rights reserved.