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

com.payneteasy.superfly.client.MethodInvoker Maven / Gradle / Ivy

There is a newer version: 1.7-32
Show newest version
package com.payneteasy.superfly.client;

/**
 * @author rpuch
 */
public interface MethodInvoker {
    R invoke(Object ... arguments);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy