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