Uses of Class
java.lang.reflect.Executable
Package
Description
Provides classes and interfaces for obtaining reflective information about
classes and objects.
-
Uses of Executable in java.lang.reflect
Modifier and TypeClassDescriptionfinal class
Constructor<T>
Constructor
provides information about, and access to, a single constructor for a class.final class
AMethod
provides information about, and access to, a single method on a class or interface.Modifier and TypeMethodDescriptionParameter.getDeclaringExecutable()
Returns theExecutable
declaring this parameter.