Class BeanAnnotationFinder.WeakHashMapCache

java.lang.Object
dev.orne.beans.BeanAnnotationFinder.WeakHashMapCache
All Implemented Interfaces:
BeanAnnotationFinder.Cache
Enclosing class:
BeanAnnotationFinder<T extends Annotation,L extends Annotation>

@API(status=INTERNAL, since="0.1") protected static class BeanAnnotationFinder.WeakHashMapCache extends Object implements BeanAnnotationFinder.Cache
Implementation of Cache based on WeakHashMap.
See Also:
  • Constructor Details

    • WeakHashMapCache

      public WeakHashMapCache()
      Creates a new instance.
  • Method Details