@Target(value=FIELD)
@Retention(value=RUNTIME)
@Documented
@Inherited
public @interface GrpcClient
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value |
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.Class<? extends io.grpc.ClientInterceptor>[] |
interceptors |