Uses of Package
net.bytebuddy.dynamic.scaffold.inline

Package
Description
Byte Buddy is a library for creating Java classes at runtime of a Java program.
An agent builder is used to easily implement load-time class-transformations using a Java agent.
A package for types that allow for applying Byte Buddy transformation during a build process.
This package contains helper types and implementations that are responsible for the actual writing of a byte array representing a Java class.
All classes and types in this package are related to creating a DynamicType by enhancing a given type.