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.
since 1.4, use Spring Framework's CheckReturnValue instead.
Findbugs and IDEA handle any annotation with name "CheckReturnValue" in return value check.
Since:
1.3
See Also: