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

org.distributeme.test.moskitojourney.AService Maven / Gradle / Ivy

package org.distributeme.test.moskitojourney;

import org.distributeme.annotation.DistributeMe;
import net.anotheria.anoprise.metafactory.Service;

@DistributeMe()
public interface AService extends Service{
	String aMethod(String param) throws AServiceException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy