Annotation Type Grpc
-
@Qualifier @Target(TYPE) @Retention(RUNTIME) @Inherited @Documented public @interface Grpc
An annotation used to mark a class as representing a gRPC service.
-
-
Element Detail
-
name
String name
Obtain the service name.- Returns:
- the service name
- Default:
- ""
-
-