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