Annotation Interface CheckReturnValue
@Target({CONSTRUCTOR,METHOD,PACKAGE,TYPE})
@Deprecated(since="1.4",
forRemoval=true)
@Retention(CLASS)
public @interface CheckReturnValue
Deprecated, for removal: This API element is subject to removal in a future version.
Findbugs and IDEA handle any annotation with name "CheckReturnValue" in return value check.
- Since:
- 1.3
- See Also:
CheckReturnValueinstead.