@Retention(value=CLASS)
@Target(value=METHOD)
public @interface RPCfyNotSupported
RPCfy
as not supporting RPC
A call to this method will result in RPCNotSupportedException
getting thrown.
To selectively handle specific methods locally instead of being RPCfied, use JsonRPCMessageHandler.addMethodDelegate(RPCMethodDelegate)
RPCfy