@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface JsonDelegate
JsonDelegate
is treated as a delegate method.
As a result jsonrpc methods of the delegate will be considered, too.
If an annotated method returns `null`
then jsonrpc methods of the delegate are not considered.