JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
org.netbeans.api.annotations.common/1 1.21.1
Prev Letter
Next Letter
Frames
No Frames
All Classes
C
N
O
S
N
NonNull
- Annotation Type in
org.netbeans.api.annotations.common
The annotated element must not be
null
.
NullAllowed
- Annotation Type in
org.netbeans.api.annotations.common
The annotated element might be
null
, thus code using it should check for nullity.
NullUnknown
- Annotation Type in
org.netbeans.api.annotations.common
The annotated element might be
null
under certain
defined
circumstances.
C
N
O
S
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
org.netbeans.api.annotations.common/1 1.21.1
Prev Letter
Next Letter
Frames
No Frames
All Classes
Built on November 8 2014. | Portions Copyright 1997-2014 Oracle. All rights reserved.