Annotation Type JsonDelegate


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface JsonDelegate
    A method annotated with 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.