Uses of Interface
org.glassfish.hk2.classmodel.reflect.AnnotationModel
Packages that use AnnotationModel
-
Uses of AnnotationModel in org.glassfish.hk2.classmodel.reflect
Methods in org.glassfish.hk2.classmodel.reflect that return AnnotationModelModifier and TypeMethodDescriptionAnnotatedElement.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 AnnotationModelModifier and TypeMethodDescriptionAnnotatedElement.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 AnnotationModelFields in org.glassfish.hk2.classmodel.reflect.impl with type parameters of type AnnotationModelModifier and TypeFieldDescriptionprivate final List
<AnnotationModel> AnnotatedElementImpl.annotations
Methods in org.glassfish.hk2.classmodel.reflect.impl that return AnnotationModelMethods in org.glassfish.hk2.classmodel.reflect.impl that return types with arguments of type AnnotationModelMethods in org.glassfish.hk2.classmodel.reflect.impl with parameters of type AnnotationModelModifier and TypeMethodDescription(package private) void
AnnotatedElementImpl.addAnnotation
(AnnotationModel annotation)