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