JavaScript is disabled on your browser.
Skip navigation links
API Changes
Architecture Summary
Overview
Class
Use
Tree
Index
Search
Help
org.netbeans.api.annotations.common/1 1.56
org.netbeans.api.annotations.common
NonNull
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Annotation Type NonNull
@Documented
@Target
({
FIELD
,
METHOD
,
PARAMETER
,
LOCAL_VARIABLE
})
@Retention
(
CLASS
)
public @interface
NonNull
The annotated element must not be
null
.