JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Package
org.codehaus.commons.nullanalysis
Annotation Type NotNull
@Target
({
FIELD
,
METHOD
,
PARAMETER
,
LOCAL_VARIABLE
})
@Documented
@Retention
(
CLASS
)
public @interface
NotNull
Designates that a field, return value, argument, or variable is guaranteed to be non-null.