Package | Description |
---|---|
net.bytebuddy.description.method |
Contains descriptions of Java methods and constructors as well as their parameters.
|
Modifier and Type | Class and Description |
---|---|
static class |
ParameterList.ForLoadedExecutable.Dispatcher.ForLegacyVm
A dispatcher for a legacy VM that does not support the
java.lang.reflect.Parameter type. |
static class |
ParameterList.ForLoadedExecutable.Dispatcher.ForModernVm
A dispatcher for a legacy VM that does support the
java.lang.reflect.Parameter type. |
Copyright © 2014–2016. All rights reserved.