Annotation Type MicronautIntercepted
- 
 @Retention(RUNTIME) @Target({TYPE,METHOD}) @Internal public @interface MicronautIntercepted Used to add interceptors to existing CDI beans to be intercepted by Micronaut interceptors. DO NOT USE DIRECTLY. Usage is computed by this CDI extension.