Annotation Type ResponseType
-
@Target(METHOD) @Retention(RUNTIME) @Documented @Inherited public @interface ResponseType
An annotation to indicate the response type of a gRPC method.
-
-
Element Detail
-
value
Class value
Obtain the gRPC response type.- Returns:
- the gRPC response type
-
-