Index
All Classes and Interfaces|All Packages
N
- NonNull - Annotation Type in org.netbeans.api.annotations.common
-
The annotated element must not be
null
. - NonNull annotated element - Search tag in Overview
- Section
- NullAllowed - Annotation Type in org.netbeans.api.annotations.common
-
The annotated element might be
null
, thus code using it should check for nullity. - NullAllowed annotated element - Search tag in Overview
- Section
- NullUnknown - Annotation Type in org.netbeans.api.annotations.common
-
The annotated element might be
null
under certain defined circumstances. - NullUnknown annotated element - Search tag in Overview
- Section
All Classes and Interfaces|All Packages