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
CheckForNull
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Annotation Type CheckForNull
@Documented
@Target
(
METHOD
)
@Retention
(
CLASS
)
public @interface
CheckForNull
The annotated method might return
null
, thus code using it should check for nullity.