Class GrpcInterceptor.Literal
java.lang.Object
jakarta.enterprise.util.AnnotationLiteral<GrpcInterceptor>
io.helidon.microprofile.grpc.core.GrpcInterceptor.Literal
- All Implemented Interfaces:
Annotation
- Enclosing class:
- GrpcInterceptor
public static class GrpcInterceptor.Literal
extends AnnotationLiteral<GrpcInterceptor>
implements GrpcInterceptor
An
AnnotationLiteral for the GrpcInterceptor annotation.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.helidon.microprofile.grpc.core.GrpcInterceptor
GrpcInterceptor.Literal -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final GrpcInterceptor.LiteralThe singleton instance ofGrpcInterceptor.Literal. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jakarta.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
-
Field Details
-
INSTANCE
The singleton instance ofGrpcInterceptor.Literal.
-
-
Constructor Details
-
Literal
public Literal()
-