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