Uses of Class
net.bytebuddy.build.maven.ByteBuddyMojo.ForProductionTypes
-
Packages that use ByteBuddyMojo.ForProductionTypes Package Description net.bytebuddy.build.maven A package containing classes for applying Byte Buddy transformers within a Maven build. -
-
Uses of ByteBuddyMojo.ForProductionTypes in net.bytebuddy.build.maven
Subclasses of ByteBuddyMojo.ForProductionTypes in net.bytebuddy.build.maven Modifier and Type Class Description static classByteBuddyMojo.ForProductionTypes.WithExtendedDependenciesA Byte Buddy plugin that transforms a project's production class files where all scopes but the test scope are included.static classByteBuddyMojo.ForProductionTypes.WithoutRuntimeDependenciesA Byte Buddy plugin that transforms a project's production class files where runtime class path elements are not included.static classByteBuddyMojo.ForProductionTypes.WithRuntimeDependenciesA Byte Buddy plugin that transforms a project's production class files where runtime class path elements are included.
-