Uses of Class
net.bytebuddy.build.maven.Transformation
-
Packages that use Transformation Package Description net.bytebuddy.build.maven A package containing classes for applying Byte Buddy transformers within a Maven build. -
-
Uses of Transformation in net.bytebuddy.build.maven
Fields in net.bytebuddy.build.maven with type parameters of type Transformation Modifier and Type Field Description List<Transformation>
ByteBuddyMojo. transformations
The list of transformations.
-