All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rpcfy.RPCProxy Maven / Gradle / Ivy

Go to download

RPCfy upgrades your normal java interface to be capable of doing RPC (Remote Procedure Call).

There is a newer version: 1.0.23
Show newest version
package rpcfy;


/**
 * Represents a proxy side of an interface that is RPCfy'ed.
 * 

*

* When an interface is marked as {@link rpcfy.annotations.RPCfy}, an {@link RPCProxy} for it will * be auto generated named as XXXX_JsonRpcProxy * * @see rpcfy.annotations.RPCfy */ public interface RPCProxy { }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy