JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Package com.automic.annotations
Annotation Types Summary
Annotation Type
Description
Nonnull
Denotes that a type (parameter, field, method return value, ...) can never be null.
Nullable
Denotes that a type (parameter, field, method return value, ...) can be null.