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 SummaryNested classes/interfaces inherited from class io.helidon.integrations.micronaut.cdi.MicronautInterceptedMicronautIntercepted.Literal
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class jakarta.enterprise.util.AnnotationLiteralannotationType, equals, hashCode, toString
- 
Field Details- 
INSTANCEAnnotation literal. As this annotation does not have any properties, the same literal can be reused.
 
- 
- 
Constructor Details- 
Literalpublic Literal()
 
-