JavaScript is disabled on your browser.
Skip navigation links
API Changes
Architecture Summary
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
org.netbeans.api.annotations.common/1 1.43
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
org.netbeans.api.annotations.common
Annotation Type CheckForNull
@Documented
@Target
(
value
=
METHOD
)
@Retention
(
value
=
CLASS
) public @interface
CheckForNull
The annotated method might return
null
, thus code using it should check for nullity.
Skip navigation links
API Changes
Architecture Summary
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
org.netbeans.api.annotations.common/1 1.43
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Field |
Required |
Optional
Detail:
Field |
Element