Annotation Interface 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.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    Literal used to obtain an instance of the annotation.