Enum Class ByteBuddyAgent.AttachmentProvider.ForModularizedVm

java.lang.Object
java.lang.Enum<ByteBuddyAgent.AttachmentProvider.ForModularizedVm>
net.bytebuddy.agent.ByteBuddyAgent.AttachmentProvider.ForModularizedVm
All Implemented Interfaces:
Serializable, Comparable<ByteBuddyAgent.AttachmentProvider.ForModularizedVm>, Constable, ByteBuddyAgent.AttachmentProvider
Enclosing interface:
ByteBuddyAgent.AttachmentProvider

public static enum ByteBuddyAgent.AttachmentProvider.ForModularizedVm extends Enum<ByteBuddyAgent.AttachmentProvider.ForModularizedVm> implements ByteBuddyAgent.AttachmentProvider
An attachment provider that locates the attach API directly from the system class loader, as possible since introducing the Java module system via the jdk.attach module.