Package net.bytebuddy.build
Annotation Type AccessControllerPlugin.Enhance
-
@Documented @Target(METHOD) @Retention(RUNTIME) public static @interface AccessControllerPlugin.Enhance
Indicates that the annotated method represents a pseudo implementation ofjava.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.