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