Package org.netbeans.api.annotations.common
package org.netbeans.api.annotations.common
The API containing common annotations (namely for defect detection)
to be used across the IDE sources.
Annotations are respected (and so annotated elements may be checked) by the FindBugs tool.
-
Annotation TypesClassDescriptionThe annotated method might return
null
, thus code using it should check for nullity.The return value of annotated element (method) should be checked.The annotated element must not benull
.The annotated element might benull
, thus code using it should check for nullity.The annotated element might benull
under certain defined circumstances.Marker for a constant representing a static resource.Suppress the warning reported by the code analyzing tool.