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 classImplementation ofCachebased onWeakHashMap.Methods in dev.orne.beans that return BeanAnnotationFinder.CacheModifier and TypeMethodDescriptionprotected @NotNull BeanAnnotationFinder.CacheBeanAnnotationFinder.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.