Uses of Interface
javax.lang.model.AnnotatedConstruct
| Package | Description | 
|---|---|
| javax.lang.model.element | Interfaces used to model elements of the Java programming language. | 
| javax.lang.model.type | Interfaces used to model Java programming language types. | 
| javax.lang.model.util | Utilities to assist in the processing of
 program elements and
 types. | 
- 
Uses of AnnotatedConstruct in javax.lang.model.elementSubinterfaces of AnnotatedConstruct in javax.lang.model.element Modifier and Type Interface Description interfaceElementRepresents a program element such as a module, package, class, or method.interfaceExecutableElementRepresents a method, constructor, or initializer (static or instance) of a class or interface, including annotation type elements.interfaceModuleElementRepresents a module program element.interfacePackageElementRepresents a package program element.interfaceParameterizableA mixin interface for an element that has type parameters.interfaceQualifiedNameableA mixin interface for an element that has a qualified name.interfaceRecordComponentElementAssociated with records, a preview feature of the Java language.
 Represents a record component.interfaceTypeElementRepresents a class or interface program element.interfaceTypeParameterElementRepresents a formal type parameter of a generic class, interface, method, or constructor element.interfaceVariableElementRepresents a field,enumconstant, method or constructor parameter, local variable, resource variable, or exception parameter.
- 
Uses of AnnotatedConstruct in javax.lang.model.typeSubinterfaces of AnnotatedConstruct in javax.lang.model.type Modifier and Type Interface Description interfaceArrayTypeRepresents an array type.interfaceDeclaredTypeRepresents a declared type, either a class type or an interface type.interfaceErrorTypeRepresents a class or interface type that cannot be properly modeled.interfaceExecutableTypeRepresents the type of an executable.interfaceIntersectionTypeRepresents an intersection type.interfaceNoTypeA pseudo-type used where no actual type is appropriate.interfaceNullTypeRepresents the null type.interfacePrimitiveTypeRepresents a primitive type.interfaceReferenceTypeRepresents a reference type.interfaceTypeMirrorRepresents a type in the Java programming language.interfaceTypeVariableRepresents a type variable.interfaceUnionTypeRepresents a union type.interfaceWildcardTypeRepresents a wildcard type argument.
- 
Uses of AnnotatedConstruct in javax.lang.model.utilMethods in javax.lang.model.util with parameters of type AnnotatedConstruct Modifier and Type Method Description default Elements.OriginElements. getOrigin(AnnotatedConstruct c, AnnotationMirror a)Returns the origin of the given annotation mirror.