JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
org.assertj.core.annotation
CheckReturnValue
Contents
Description
Hide sidebar
Show sidebar
Annotation Type CheckReturnValue
@Target
({
CONSTRUCTOR
,
METHOD
,
PACKAGE
,
TYPE
})
public @interface
CheckReturnValue
Findbugs handles any annotation with name "CheckReturnValue" in return value check.
Since:
3.27.4
See Also:
Findbugs source code