Uses of Interface
org.glassfish.hk2.classmodel.reflect.AnnotatedElement
Packages that use AnnotatedElement
-
Uses of AnnotatedElement in org.glassfish.hk2.classmodel.reflect
Subinterfaces of AnnotatedElement in org.glassfish.hk2.classmodel.reflectModifier and TypeInterfaceDescriptioninterfaceRepresents an annotationinterfaceModel that represents a classinterfaceExtensibleType<T extends ExtensibleType>An extensible type is a type that can be subclassed like an interface or a class.interfaceModel that represent the field of a classinterfaceRepresents an interface declaration.interfaceModel to represent a method declarationinterfaceDenote a parameter to a methodinterfaceA type defines java type which can be an interface or a class.Methods in org.glassfish.hk2.classmodel.reflect that return AnnotatedElementModifier and TypeMethodDescriptionAnnotationModel.getElement()Returns the annotated element with this annotation instanceMethods in org.glassfish.hk2.classmodel.reflect that return types with arguments of type AnnotatedElementModifier and TypeMethodDescriptionAnnotationType.allAnnotatedTypes()Returns an unmodifiable collection of annotated element with this annotation -
Uses of AnnotatedElement in org.glassfish.hk2.classmodel.reflect.impl
Classes in org.glassfish.hk2.classmodel.reflect.impl that implement AnnotatedElementModifier and TypeClassDescriptionclassImplementation of an annotated elementclassImplementation of an annotation modelclassImplementation of a class modelclassExtensibleTypeImpl<T extends ExtensibleType>Implementation of an extensible type (Class or Interface)classImplementation of a field modelclassImplementation of an interface modelclassImplementation of a method modelclassImplementation of the Type abstraction.Fields in org.glassfish.hk2.classmodel.reflect.impl declared as AnnotatedElementModifier and TypeFieldDescription(package private) final AnnotatedElementAnnotationModelImpl.elementFields in org.glassfish.hk2.classmodel.reflect.impl with type parameters of type AnnotatedElementModifier and TypeFieldDescriptionprivate final Set<AnnotatedElement> AnnotationTypeImpl.referencesMethods in org.glassfish.hk2.classmodel.reflect.impl that return AnnotatedElementMethods in org.glassfish.hk2.classmodel.reflect.impl that return types with arguments of type AnnotatedElementModifier and TypeMethodDescriptionAnnotationTypeImpl.allAnnotatedTypes()(package private) Set<AnnotatedElement> AnnotationTypeImpl.getAnnotatedElements()Constructors in org.glassfish.hk2.classmodel.reflect.impl with parameters of type AnnotatedElement