Uses of Interface
dev.orne.beans.BeanAnnotationFinder.Cache
Packages that use BeanAnnotationFinder.Cache
-
Uses of BeanAnnotationFinder.Cache in dev.orne.beans
Classes in dev.orne.beans that implement BeanAnnotationFinder.CacheModifier and TypeClassDescriptionprotected static class
Implementation ofCache
based onWeakHashMap
.Methods in dev.orne.beans that return BeanAnnotationFinder.CacheModifier and TypeMethodDescriptionprotected @NotNull BeanAnnotationFinder.Cache
BeanAnnotationFinder.getCache()
Returns the cache to be used by this instance.Methods in dev.orne.beans with parameters of type BeanAnnotationFinder.CacheModifier and TypeMethodDescriptionprotected BeanAnnotationFinder<T,
L> BeanAnnotationFinder.setCache
(BeanAnnotationFinder.Cache cache) Sets the type level annotations cache for this instance.