Uses of Interface
net.bytebuddy.build.Plugin.WithPreprocessor
-
Packages that use Plugin.WithPreprocessor Package Description net.bytebuddy.build A package for types that allow for applying Byte Buddy transformation during a build process. -
-
Uses of Plugin.WithPreprocessor in net.bytebuddy.build
Fields in net.bytebuddy.build with type parameters of type Plugin.WithPreprocessor Modifier and Type Field Description private java.util.List<Plugin.WithPreprocessor>
Plugin.Engine.Default.Preprocessor. preprocessors
The plugins with preprocessors to preprocess.
-