rpcfy.RPCProxy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rpcfy-annotations Show documentation
Show all versions of rpcfy-annotations Show documentation
RPCfy upgrades your normal java interface to be capable of doing RPC (Remote Procedure Call).
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