Class MicronautIntercepted.Literal

java.lang.Object
jakarta.enterprise.util.AnnotationLiteral<MicronautIntercepted>
io.helidon.integrations.micronaut.cdi.MicronautIntercepted.Literal
All Implemented Interfaces:
Annotation
Enclosing class:
MicronautIntercepted

public static class MicronautIntercepted.Literal extends AnnotationLiteral<MicronautIntercepted> implements MicronautIntercepted
Literal used to obtain an instance of the annotation.
See Also:
  • Field Details

    • INSTANCE

      public static final MicronautIntercepted INSTANCE
      Annotation literal. As this annotation does not have any properties, the same literal can be reused.
  • Constructor Details

    • Literal

      public Literal()