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修饰符和类InterfaceDescriptioninterfaceRepresents a program element such as a module, package, class, or method.interfaceRepresents a method, constructor, or initializer (static or instance) of a class or interface, including annotation interface elements.interfaceRepresents a module program element.interfaceRepresents a package program element.interfaceA mixin interface for an element that has type parameters.interfaceA mixin interface for an element that has a qualified name.interfaceRepresents a record component.interfaceRepresents a class or interface program element.interfaceRepresents a formal type parameter of a generic class, interface, method, or constructor element.interfaceRepresents a field,enumconstant, 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修饰符和类InterfaceDescriptioninterfaceRepresents an array type.interfaceRepresents a declared type, either a class type or an interface type.interfaceRepresents a class or interface type that cannot be properly modeled.interfaceRepresents the type of an executable.interfaceRepresents an intersection type.interfaceA pseudo-type used where no actual type is appropriate.interfaceRepresents the null type.interfaceRepresents a primitive type.interfaceRepresents a reference type.interfaceRepresents a type in the Java programming language.interfaceRepresents a type variable.interfaceRepresents a union type.interfaceRepresents 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.OriginElements.getOrigin(AnnotatedConstruct c, AnnotationMirror a) Returns the origin of the given annotation mirror.