Methods marked with this attribute will be treated as rpc endpoints.
RPC method name
interface IAPI { @rpcMethod("do_submit") void submit(); }
See Implementation
Methods marked with this attribute will be treated as rpc endpoints.