Annotation Type JsonDelegate
-
@Retention(RUNTIME) @Target(METHOD) public @interface JsonDelegateA method annotated withJsonDelegateis 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.