Class GrpcProxy.Literal
- java.lang.Object
-
- javax.enterprise.util.AnnotationLiteral<GrpcProxy>
-
- io.helidon.microprofile.grpc.client.GrpcProxy.Literal
-
- All Implemented Interfaces:
Annotation
- Enclosing class:
- GrpcProxy
public static class GrpcProxy.Literal extends AnnotationLiteral<GrpcProxy> implements GrpcProxy
AnAnnotationLiteral
for theGrpcProxy
annotation.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.helidon.microprofile.grpc.client.GrpcProxy
GrpcProxy.Literal
-
-
Field Summary
Fields Modifier and Type Field Description static GrpcProxy.Literal
INSTANCE
The singleton instance ofGrpcProxy.Literal
.
-
Constructor Summary
Constructors Constructor Description Literal()
-
Method Summary
-
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 GrpcProxy.Literal INSTANCE
The singleton instance ofGrpcProxy.Literal
.
-
-