Uses of Class
net.bytebuddy.build.maven.ByteBuddyMojo
-
Packages that use ByteBuddyMojo Package Description net.bytebuddy.build.maven A package containing classes for applying Byte Buddy transformers within a Maven build. -
-
Uses of ByteBuddyMojo in net.bytebuddy.build.maven
Subclasses of ByteBuddyMojo in net.bytebuddy.build.maven Modifier and Type Class Description static classByteBuddyMojo.ForProductionTypesA Byte Buddy plugin that transforms a project's production class files.static classByteBuddyMojo.ForTestTypesA Byte Buddy plugin that transforms a project's test class files.
-