Annotation Type GrpcMethod
-
@Target({METHOD,ANNOTATION_TYPE}) @Retention(RUNTIME) @Documented @Inherited public @interface GrpcMethod
An annotation to mark a class as representing a gRPC service or a method as a gRPC service method.
-
-
-
name
String name
Obtain the name of the method.If not set the name of the actual annotated method is used.
- Returns:
- name of the method
- Default:
- ""
-
-