Uses of Interface
net.bytebuddy.agent.VirtualMachine
-
Packages that use VirtualMachine Package Description net.bytebuddy.agent The Byte Buddy agent allows the redefinition of classes at runtime. -
-
Uses of VirtualMachine in net.bytebuddy.agent
Classes in net.bytebuddy.agent that implement VirtualMachine Modifier and Type Class Description static class
VirtualMachine.ForHotSpot
A virtual machine implementation for a HotSpot VM or any compatible VM.
-