Uses of Class
org.jvnet.hk2.internal.AnnotatedElementAnnotationInfo
-
Packages that use AnnotatedElementAnnotationInfo Package Description org.jvnet.hk2.internal -
-
Uses of AnnotatedElementAnnotationInfo in org.jvnet.hk2.internal
Methods in org.jvnet.hk2.internal that return AnnotatedElementAnnotationInfo Modifier and Type Method Description (package private) static AnnotatedElementAnnotationInfo
Utilities. computeAEAI(java.lang.reflect.AnnotatedElement annotatedElement)
Represents a cache miss, and will fetch all of the information needed about the AnnotatedElement in order to quickly determine what its resolver would beprivate AnnotatedElementAnnotationInfo
PerLocatorUtilities. computeElementAnnotationInfo(java.lang.reflect.AnnotatedElement ae)
(package private) AnnotatedElementAnnotationInfo
SoftAnnotatedElementAnnotationInfo. harden(java.lang.reflect.AnnotatedElement ae)
-