Annotation Type GrpcMarshaller
-
@Target({TYPE,METHOD}) @Retention(RUNTIME) @Documented @Inherited public @interface GrpcMarshaller
An annotation used to annotate a type or method to specify the named marshaller supplier to use for rpc method calls.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String
value
Obtain the type of theMarshallerSupplier
to use.
-
-
-
Element Detail
-
value
String value
Obtain the type of theMarshallerSupplier
to use.- Returns:
- the type of the
MarshallerSupplier
to use
- Default:
- "default"
-
-