Class MicronautIntercepted.Literal
- java.lang.Object
-
- javax.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:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.helidon.integrations.micronaut.cdi.MicronautIntercepted
MicronautIntercepted.Literal
-
-
Field Summary
Fields Modifier and Type Field Description static MicronautIntercepted
INSTANCE
Annotation literal.
-
Constructor Summary
Constructors Constructor Description Literal()
-
Method Summary
-
Methods inherited from class javax.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
-
-
-
-
Field Detail
-
INSTANCE
public static final MicronautIntercepted INSTANCE
Annotation literal. As this annotation does not have any properties, the same literal can be reused.
-
-