Uses of Class
org.cache2k.annotation.NonNull
-
Packages that use NonNull Package Description org.cache2k.config The cache configuration as a Java bean and support types. -
-
Uses of NonNull in org.cache2k.config
Methods in org.cache2k.config with annotations of type NonNull Modifier and Type Method Description @NonNull Collection<CustomizationSupplier<CacheEntryOperationListener<K,V>>>Cache2kConfig. getAsyncListeners()A set of listeners.@NonNull Set<Feature>Cache2kConfig. getFeatures()@NonNull Collection<CustomizationSupplier<? extends CacheLifecycleListener>>Cache2kConfig. getLifecycleListeners()A set of listeners.@NonNull Collection<CustomizationSupplier<CacheEntryOperationListener<K,V>>>Cache2kConfig. getListeners()A set of listeners.Method parameters in org.cache2k.config with annotations of type NonNull Modifier and Type Method Description voidCache2kConfig. setFeatures(@NonNull Set<? extends Feature> v)voidCache2kConfig. setLifecycleListeners(@NonNull Collection<CustomizationSupplier<? extends CacheLifecycleListener>> c)Adds the collection of customizations to the existing list.Constructor parameters in org.cache2k.config with annotations of type NonNull Constructor Description CustomizationReferenceSupplier(@NonNull T obj)Construct a customization factory that returns always the same object instance.
-