JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.codehaus.commons.nullanalysis
Nullable
Contents
Description
Hide sidebar
Show sidebar
Annotation Type Nullable
@Target
({
FIELD
,
METHOD
,
PARAMETER
,
LOCAL_VARIABLE
})
@Documented
@Retention
(
CLASS
)
public @interface
Nullable
Designates that a field, return value, argument, or variable may be
null
.