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 Modifier and Type Class 描述 class
Class<T>
类Class
实例表示正在运行的Java应用程序中的类和接口。class
Module
代表一个运行时模块,无论是named
还是未命名的。class
软件包
表示与类加载器关联的运行时包的元数据。 -
Uses of AnnotatedElement in java.lang.reflect
Subinterfaces of AnnotatedElement in java.lang.reflect Modifier and Type 接口 描述 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 Modifier and Type Class 描述 class
AccessibleObject
所述AccessibleObject
类是基础类Field
,方法
,和Constructor
对象(被称为 反射的对象 )。class
Constructor<T>
Constructor
提供了一个类的单个构造函数的信息和访问权限。class
Executable
方法
和Constructor
的共同功能的共享超类。class
Field
AField
提供有关类或接口的单个字段的信息和动态访问。class
方法
A方法
提供有关类和接口上单个方法的信息和访问。class
Parameter
有关方法参数的信息。
-