All Classes and Interfaces

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.