Package | Description |
---|---|
net.bytebuddy.build |
A package for types that allow for applying Byte Buddy transformation during a build process.
|
Modifier and Type | Class and Description |
---|---|
class |
AccessControllerPlugin
A build tool plugin that instruments methods to dispatch to methods
java.security.AccessController with equal signature. |
class |
CachedReturnPlugin
A plugin that caches the return value of a method in a synthetic field.
|
class |
DispatcherAnnotationPlugin
A plugin that adds a
JavaDispatcher.Proxied annotation to any method of an
enhanced type where the annotation is not set. |
class |
RepeatedAnnotationPlugin
A plugin that allows for adding a
java.lang.annotation.Repeatable annotation even if compiled prior to
Java 8 which introduces this annotation. |
Copyright © 2014–2023. All rights reserved.