| Package | Description |
|---|---|
| java.lang.reflect |
Provides classes and interfaces for obtaining reflective information about classes and objects.
|
| Modifier and Type | Method and Description |
|---|---|
Parameter |
Executable.getParameters()
Returns an array of
Parameter objects that represent all the parameters to the underlying executable represented by this object.
|