Uses of Interface
org.glassfish.hk2.classmodel.reflect.AnnotationType
-
Packages that use AnnotationType Package Description org.glassfish.hk2.classmodel.reflect org.glassfish.hk2.classmodel.reflect.impl -
-
Uses of AnnotationType in org.glassfish.hk2.classmodel.reflect
Methods in org.glassfish.hk2.classmodel.reflect that return AnnotationType Modifier and Type Method Description AnnotationType
AnnotationModel. getType()
Returns the annotation type for this model -
Uses of AnnotationType in org.glassfish.hk2.classmodel.reflect.impl
Classes in org.glassfish.hk2.classmodel.reflect.impl that implement AnnotationType Modifier and Type Class Description class
AnnotationTypeImpl
Implementation of an annotation modelFields in org.glassfish.hk2.classmodel.reflect.impl declared as AnnotationType Modifier and Type Field Description (package private) AnnotationType
AnnotationModelImpl. type
Methods in org.glassfish.hk2.classmodel.reflect.impl that return AnnotationType Modifier and Type Method Description AnnotationType
AnnotationModelImpl. getType()
Constructors in org.glassfish.hk2.classmodel.reflect.impl with parameters of type AnnotationType Constructor Description AnnotationModelImpl(AnnotatedElement element, AnnotationType type)
-