Package io.protostuff

Annotation Interface Rpc


@Retention(RUNTIME) @Target(METHOD) public @interface Rpc
Marker annotation, indicates that an annotated method is a rpc service method. Other annotations can be used for request/response qualifiers customization - Request, Response.