Class InProcessGrpcChannel.Literal
- java.lang.Object
-
- javax.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
AnAnnotationLiteral
for theInProcessGrpcChannel
annotation.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.helidon.microprofile.grpc.core.InProcessGrpcChannel
InProcessGrpcChannel.Literal
-
-
Field Summary
Fields Modifier and Type Field Description static InProcessGrpcChannel.Literal
INSTANCE
The singleton instance ofInProcessGrpcChannel.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 InProcessGrpcChannel.Literal INSTANCE
The singleton instance ofInProcessGrpcChannel.Literal
.
-
-