Package net.bytebuddy.build
Annotation Interface AccessControllerPlugin.Enhance
- Enclosing class:
AccessControllerPlugin
@Documented
@Target(METHOD)
@Retention(RUNTIME)
public static @interface AccessControllerPlugin.Enhance
Indicates that the annotated method represents a pseudo implementation of
java.security.AccessController
which can be weaved to dispatch to the access controller if this is possible on the current VM and not explicitly
disabled on the current VM via a system property.