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 Types
    Class
    Description
    The 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 be null.
    The annotated element might be null, thus code using it should check for nullity.
    The annotated element might be null under certain defined circumstances.
    Marker for a constant representing a static resource.
    Suppress the warning reported by the code analyzing tool.