org.distributeme.test.regression.ParentService Maven / Gradle / Ivy
package org.distributeme.test.regression;
import java.util.List;
import java.util.Map;
import java.util.Set;
import net.anotheria.anoprise.metafactory.Service;
import org.distributeme.annotation.DistributeMe;
/**
* This service contains method declarations that have previously led to problems.
* @author another
*
*/
@DistributeMe
public interface ParentService extends Service{
long operation(int param1, int param2);
long operation(long param1, long param2);
List genericOperation(List x, Set
© 2015 - 2025 Weber Informatics LLC | Privacy Policy