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 描述 classClass<T>类Class实例表示正在运行的Java应用程序中的类和接口。classModule代表一个运行时模块,无论是named还是未命名的。class软件包表示与类加载器关联的运行时包的元数据。 -
Uses of AnnotatedElement in java.lang.reflect
Subinterfaces of AnnotatedElement in java.lang.reflect Modifier and Type 接口 描述 interfaceAnnotatedArrayTypeAnnotatedArrayType表示数组类型的潜在注释使用,其组件类型本身可以表示类型的注释使用。interfaceAnnotatedParameterizedTypeAnnotatedParameterizedType表示参数化类型的潜在注释使用,其类型参数本身可以表示类型的注释使用。interfaceAnnotatedTypeAnnotatedType表示当前在此VM中运行的程序中可能注释的使用类型。interfaceAnnotatedTypeVariableAnnotatedTypeVariable表示类型变量的潜在注释使用,其声明可能具有其自身表示注释类型使用的界限。interfaceAnnotatedWildcardTypeAnnotatedWildcardType表示通配符类型参数的潜在注释使用,其上限或下限本身可以表示类型的注释使用。interfaceGenericDeclaration声明类型变量的所有实体的通用接口。interfaceTypeVariable<D extends GenericDeclaration>TypeVariable是类型变量的常用超级接口。Classes in java.lang.reflect that implement AnnotatedElement Modifier and Type Class 描述 classAccessibleObject所述AccessibleObject类是基础类Field,方法,和Constructor对象(被称为 反射的对象 )。classConstructor<T>Constructor提供了一个类的单个构造函数的信息和访问权限。classExecutable方法和Constructor的共同功能的共享超类。classFieldAField提供有关类或接口的单个字段的信息和动态访问。class方法A方法提供有关类和接口上单个方法的信息和访问。classParameter有关方法参数的信息。
-