Class GrpcChannel.Literal
- java.lang.Object
-
- javax.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
AnAnnotationLiteral
for theGrpcChannel
annotation.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.helidon.microprofile.grpc.client.GrpcChannel
GrpcChannel.Literal
-
-
Field Summary
Fields Modifier and Type Field Description static GrpcChannel.Literal
INSTANCE
The singleton instance ofGrpcChannel.Literal
.
-
Constructor Summary
Constructors Constructor Description Literal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
name()
-
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 GrpcChannel.Literal INSTANCE
The singleton instance ofGrpcChannel.Literal
.
-
-
Method Detail
-
name
public String name()
-
-