Uses of Interface
java.lang.reflect.GenericDeclaration
Package
Description
Provides classes that are fundamental to the design of the Java
programming language.
Provides classes and interfaces for obtaining reflective information about
classes and objects.
-
Uses of GenericDeclaration in java.lang
Modifier and TypeClassDescriptionfinal class
Class<T>
Instances of the classClass
represent classes and interfaces in a running Java application. -
Uses of GenericDeclaration in java.lang.reflect
Modifier and TypeInterfaceDescriptioninterface
TypeVariable<D extends GenericDeclaration>
TypeVariable is the common superinterface for type variables of kinds.Modifier and TypeClassDescriptionfinal class
Constructor<T>
Constructor
provides information about, and access to, a single constructor for a class.class
A shared superclass for the common functionality ofMethod
andConstructor
.final class
AMethod
provides information about, and access to, a single method on a class or interface.