Uses of Interface
java.lang.reflect.AnnotatedElement
-
Packages that use AnnotatedElement 软件包 描述 java.lang 提供对Java编程语言设计至关重要的类。java.lang.reflect 提供用于获取有关类和对象的反射信息的类和接口。 -
-
Uses of AnnotatedElement in java.lang
Classes in java.lang that implement AnnotatedElement 变量和类型 类 描述 class
类<T>
类类
实例表示正在运行的Java应用程序中的类和接口。class
模块
表示运行时模块,named
或未命名。class
软件包
表示与类加载器关联的运行时包的元数据。 -
Uses of AnnotatedElement in java.lang.reflect
Subinterfaces of AnnotatedElement in java.lang.reflect 变量和类型 接口 描述 interface
AnnotatedArrayType
AnnotatedArrayType
表示数组类型的潜在注释用法,其组件类型本身可以表示类型的注释用法。interface
AnnotatedParameterizedType
AnnotatedParameterizedType
表示参数化类型的潜在注释用法,其类型参数本身可以表示类型的注释用法。interface
AnnotatedType
AnnotatedType
表示当前在此VM中运行的程序中可能带注释的类型的使用。interface
AnnotatedTypeVariable
AnnotatedTypeVariable
表示类型变量的潜在注释用法,其声明可能具有自身表示类型的注释用法的边界。interface
AnnotatedWildcardType
AnnotatedWildcardType
表示通配符类型参数的潜在注释用法,其上限或下限本身可以表示类型的注释用法。interface
GenericDeclaration
声明类型变量的所有实体的通用接口。interface
TypeVariable<D extends GenericDeclaration>
TypeVariable是类型变量的通用超接口。Classes in java.lang.reflect that implement AnnotatedElement 变量和类型 类 描述 class
AccessibleObject
所述AccessibleObject
类是基础类字段
,方法
,和构造器
对象(被称为 反射的对象 )。class
构造器<T>
构造器
提供有关类的单个构造函数的信息和访问权限。class
Executable
class
字段
字段
提供有关类或接口的单个字段的信息和动态访问。class
方法
方法
提供有关类或接口上的单个方法的信息和访问。class
Parameter
有关方法参数的信息。
-