JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
SEARCH
All Classes and Interfaces
Annotation Interfaces
Class
Description
NonNull
The NonNull annotation indicates that the
null
value is forbidden for the annotated element.
Nullable
The Nullable annotation indicates that the
null
value is allowed for the annotated element.