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 变量和类型 接口 描述 interfaceAnnotatedArrayTypeAnnotatedArrayType表示数组类型的潜在注释用法,其组件类型本身可以表示类型的注释用法。interfaceAnnotatedParameterizedTypeAnnotatedParameterizedType表示参数化类型的潜在注释用法,其类型参数本身可以表示类型的注释用法。interfaceAnnotatedTypeAnnotatedType表示当前在此VM中运行的程序中可能带注释的类型的使用。interfaceAnnotatedTypeVariableAnnotatedTypeVariable表示类型变量的潜在注释用法,其声明可能具有自身表示类型的注释用法的边界。interfaceAnnotatedWildcardTypeAnnotatedWildcardType表示通配符类型参数的潜在注释用法,其上限或下限本身可以表示类型的注释用法。interfaceGenericDeclaration声明类型变量的所有实体的通用接口。interfaceTypeVariable<D extends GenericDeclaration>TypeVariable是类型变量的通用超接口。Classes in java.lang.reflect that implement AnnotatedElement 变量和类型 类 描述 classAccessibleObject所述AccessibleObject类是基础类字段,方法,和构造器对象(被称为 反射的对象 )。class构造器<T>构造器提供有关类的单个构造函数的信息和访问权限。classExecutableclass字段字段提供有关类或接口的单个字段的信息和动态访问。class方法方法提供有关类或接口上的单个方法的信息和访问。classParameter有关方法参数的信息。
-