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 not null parameters and return values on a package level (Non-null except locals).Nullable The annotated element can benullunder some circumstance.