Uses of Interface
javax.lang.model.AnnotatedConstruct
Packages that use AnnotatedConstruct
包
Description
Interfaces used to model elements of the Java programming language.
Interfaces used to model Java programming language types.
Utilities to assist in the processing of
program elements and
types.
-
Uses of AnnotatedConstruct in javax.lang.model.element
Subinterfaces of AnnotatedConstruct in javax.lang.model.element修饰符和类InterfaceDescriptioninterface
Represents a program element such as a module, package, class, or method.interface
Represents a method, constructor, or initializer (static or instance) of a class or interface, including annotation interface elements.interface
Represents a module program element.interface
Represents a package program element.interface
A mixin interface for an element that has type parameters.interface
A mixin interface for an element that has a qualified name.interface
Represents a record component.interface
Represents a class or interface program element.interface
Represents a formal type parameter of a generic class, interface, method, or constructor element.interface
Represents a field,enum
constant, method or constructor parameter, local variable, resource variable, or exception parameter. -
Uses of AnnotatedConstruct in javax.lang.model.type
Subinterfaces of AnnotatedConstruct in javax.lang.model.type修饰符和类InterfaceDescriptioninterface
Represents an array type.interface
Represents a declared type, either a class type or an interface type.interface
Represents a class or interface type that cannot be properly modeled.interface
Represents the type of an executable.interface
Represents an intersection type.interface
A pseudo-type used where no actual type is appropriate.interface
Represents the null type.interface
Represents a primitive type.interface
Represents a reference type.interface
Represents a type in the Java programming language.interface
Represents a type variable.interface
Represents a union type.interface
Represents a wildcard type argument. -
Uses of AnnotatedConstruct in javax.lang.model.util
Methods in javax.lang.model.util with parameters of type AnnotatedConstruct修饰符和类方法Descriptiondefault Elements.Origin
Elements.getOrigin
(AnnotatedConstruct c, AnnotationMirror a) Returns the origin of the given annotation mirror.