Package | Description |
---|---|
net.bytebuddy.build.maven |
A package containing classes for applying Byte Buddy transformers within a Maven build.
|
Modifier and Type | Class and Description |
---|---|
static class |
ByteBuddyMojo.ForProductionTypes.WithoutRuntimeDependencies
A Byte Buddy plugin that transforms a project's production class files where runtime class
path elements are not included.
|
static class |
ByteBuddyMojo.ForProductionTypes.WithRuntimeDependencies
A Byte Buddy plugin that transforms a project's production class files where runtime class
path elements are included.
|
Copyright © 2014–2023. All rights reserved.