Uses of Interface
org.glassfish.hk2.classmodel.reflect.AnnotationModel
-
Packages that use AnnotationModel Package Description org.glassfish.hk2.classmodel.reflect org.glassfish.hk2.classmodel.reflect.impl -
-
Uses of AnnotationModel in org.glassfish.hk2.classmodel.reflect
Methods in org.glassfish.hk2.classmodel.reflect that return AnnotationModel Modifier and Type Method Description AnnotationModel
AnnotatedElement. getAnnotation(String name)
Returns an annotation model if the type is annotated with the passed annotation nameMethods in org.glassfish.hk2.classmodel.reflect that return types with arguments of type AnnotationModel Modifier and Type Method Description Collection<AnnotationModel>
AnnotatedElement. getAnnotations()
Returns a unmodifiable set of annotations that are present on this annotated element. -
Uses of AnnotationModel in org.glassfish.hk2.classmodel.reflect.impl
Classes in org.glassfish.hk2.classmodel.reflect.impl that implement AnnotationModel Modifier and Type Class Description class
AnnotationModelImpl
Model a annotation instanceMethods in org.glassfish.hk2.classmodel.reflect.impl that return AnnotationModel Modifier and Type Method Description AnnotationModel
AnnotatedElementImpl. getAnnotation(String name)
Methods in org.glassfish.hk2.classmodel.reflect.impl that return types with arguments of type AnnotationModel Modifier and Type Method Description Collection<AnnotationModel>
AnnotatedElementImpl. getAnnotations()
-