Class Grpc.Literal
- java.lang.Object
-
- javax.enterprise.util.AnnotationLiteral<Grpc>
-
- io.helidon.microprofile.grpc.core.Grpc.Literal
-
- All Implemented Interfaces:
Annotation
- Enclosing class:
- Grpc
public static class Grpc.Literal extends AnnotationLiteral<Grpc> implements Grpc
AnAnnotationLiteral
for theGrpc
annotation.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.helidon.microprofile.grpc.core.Grpc
Grpc.Literal
-
-
Field Summary
Fields Modifier and Type Field Description static Grpc.Literal
INSTANCE
The singleton instance ofGrpc.Literal
.
-
Constructor Summary
Constructors Constructor Description Literal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
name()
int
version()
-
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 Grpc.Literal INSTANCE
The singleton instance ofGrpc.Literal
.
-
-
Method Detail
-
name
public String name()
-
version
public int version()
-
-