|
org.netbeans.api.annotations.common/1 1.5.1 | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Annotation Types Summary | |
---|---|
CheckForNull | The annotated method might return null , thus code using it
should check for nullity. |
CheckReturnValue | The return value of annotated element (method) should be checked. |
NonNull | The annotated element must not be null . |
NullAllowed | The annotated element might be null , thus code using it
should check for nullity. |
NullUnknown | The annotated element might be null under certain
defined circumstances. |
SuppressWarnings | Supress the warning reported by the code analyzing tool. |
The API containg common annotations (namely for defect detection) to be used across the IDE sources.
Annotations are respected (and so annotated elements may be checked) by FindBugs tool.
|
org.netbeans.api.annotations.common/1 1.5.1 | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |