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.
|
class |
SafeVarargsPlugin |
A plugin that allows for adding a java.lang.SafeVarargs annotation even if compiled prior to Java 7
which introduces this annotation.
|