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(java.lang.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 java.util.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 instanceFields in org.glassfish.hk2.classmodel.reflect.impl with type parameters of type AnnotationModel Modifier and Type Field Description private java.util.List<AnnotationModel>
AnnotatedElementImpl. annotations
Methods in org.glassfish.hk2.classmodel.reflect.impl that return AnnotationModel Modifier and Type Method Description AnnotationModel
AnnotatedElementImpl. getAnnotation(java.lang.String name)
Methods in org.glassfish.hk2.classmodel.reflect.impl that return types with arguments of type AnnotationModel Modifier and Type Method Description java.util.Collection<AnnotationModel>
AnnotatedElementImpl. getAnnotations()
Methods in org.glassfish.hk2.classmodel.reflect.impl with parameters of type AnnotationModel Modifier and Type Method Description (package private) void
AnnotatedElementImpl. addAnnotation(AnnotationModel annotation)
-