Package org.cache2k.annotation
Containing
NonNull
and Nullable
annotations.- Author:
- Jens Wilke
-
Annotation Types Summary Annotation Type Description NonNull Non null is the default.NonNullApi Sets the convention to non null parameters and return values on a package level.Nullable The annotated element can benull
under some circumstance.