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 AnnotationTypeAnnotationModel. 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 classAnnotationTypeImplImplementation of an annotation modelFields in org.glassfish.hk2.classmodel.reflect.impl declared as AnnotationType Modifier and Type Field Description (package private) AnnotationTypeAnnotationModelImpl. typeMethods in org.glassfish.hk2.classmodel.reflect.impl that return AnnotationType Modifier and Type Method Description AnnotationTypeAnnotationModelImpl. getType()Constructors in org.glassfish.hk2.classmodel.reflect.impl with parameters of type AnnotationType Constructor Description AnnotationModelImpl(AnnotatedElement element, AnnotationType type)
-