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:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.helidon.integrations.micronaut.cdi.MicronautIntercepted
MicronautIntercepted.Literal
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class jakarta.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
-
Field Details
-
INSTANCE
Annotation literal. As this annotation does not have any properties, the same literal can be reused.
-
-
Constructor Details
-
Literal
public Literal()
-