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 TypeInterfaceDescriptioninterface
Represents an annotationinterface
Model that represents a classinterface
ExtensibleType<T extends ExtensibleType>
An extensible type is a type that can be subclassed like an interface or a class.interface
Model that represent the field of a classinterface
Represents an interface declaration.interface
Model to represent a method declarationinterface
Denote a parameter to a methodinterface
A 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 TypeClassDescriptionclass
Implementation of an annotated elementclass
Implementation of an annotation modelclass
Implementation of a class modelclass
ExtensibleTypeImpl<T extends ExtensibleType>
Implementation of an extensible type (Class or Interface)class
Implementation of a field modelclass
Implementation of an interface modelclass
Implementation of a method modelclass
Implementation of the Type abstraction.Fields in org.glassfish.hk2.classmodel.reflect.impl declared as AnnotatedElementModifier and TypeFieldDescription(package private) final AnnotatedElement
AnnotationModelImpl.element
Fields in org.glassfish.hk2.classmodel.reflect.impl with type parameters of type AnnotatedElementModifier and TypeFieldDescriptionprivate final Set
<AnnotatedElement> AnnotationTypeImpl.references
Methods 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