Uses of Class
net.bytebuddy.build.AccessControllerPlugin.Initializer
-
Packages that use AccessControllerPlugin.Initializer Package Description net.bytebuddy.build A package for types that allow for applying Byte Buddy transformation during a build process. -
-
Uses of AccessControllerPlugin.Initializer in net.bytebuddy.build
Subclasses of AccessControllerPlugin.Initializer in net.bytebuddy.build Modifier and Type Class Description protected static classAccessControllerPlugin.Initializer.WithoutPropertyAn initializer that always uses the access controller if it is available.protected static classAccessControllerPlugin.Initializer.WithPropertyAn initializer that uses a property to determine if the access controller should be actually used even if it is available.
-