Uses of Class
net.bytebuddy.build.maven.PluginArgument
-
Packages that use PluginArgument Package Description net.bytebuddy.build.maven A package containing classes for applying Byte Buddy transformers within a Maven build. -
-
Uses of PluginArgument in net.bytebuddy.build.maven
Fields in net.bytebuddy.build.maven with type parameters of type PluginArgument Modifier and Type Field Description java.util.List<PluginArgument>
Transformation. arguments
A list of arguments that are provided to the plugin for construction.
-