com.payneteasy.superfly.client.MethodInvoker Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of superfly-client Show documentation
Show all versions of superfly-client Show documentation
Contains classes used to use Superfly facilities by clients
package com.payneteasy.superfly.client;
/**
* @author rpuch
*/
public interface MethodInvoker {
R invoke(Object ... arguments);
}