JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.codehaus.commons.nullanalysis
NotNull
Contents
Description
Hide sidebar
Show sidebar
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.