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 virtual machines that are not aware of the
java.lang.reflect.Executable type that was added in Java version 8. |
static class |
ParameterList.ForLoadedExecutable.Dispatcher.ForModernVm
A dispatcher for virtual machines that are aware of the
java.lang.reflect.Executable type that was added in Java version 8. |
Copyright © 2014–2015. All rights reserved.