briandilley/jsonrpc4j

And new annotation supports creating specially JsonRpcClient.

yuhaowin opened this issue · 0 comments

about like this.

    @JsonRpcReference(address = "http://localhost:8080")
    private Temperature temperature;

    public Integer demo() {
        return temperature.currentTemperature();
    }