Uses of Package
net.bytebuddy.description.enumeration

Package
Description
The ASM package contains classes that are meant for direct interaction with the ASM API.
Contains descriptions of annotations and annotation values.
A package that contains classes for describing enumeration values.
The implementation package contains any logic for intercepting method calls.
StackManipulations of this package are responsible for accessing type or method members, i.e. reading and writing of fields, invoking of methods, access of local variables within a method invocation or returning values from method invocations.
This package contains utility classes for common use within any Byte Buddy logic.