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 classinterfaceinterfaceExtensibleType<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 modelclassclassExtensibleTypeImpl<T extends ExtensibleType>Implementation of an extensible type (Class or Interface)classImplementation of a field modelclassImplementation of an interface modelclassImplementation of a method modelclassclassImplementation of the Type abstraction.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 AnnotatedElementConstructors in org.glassfish.hk2.classmodel.reflect.impl with parameters of type AnnotatedElement