org.distributeme.test.moskitojourney.BService Maven / Gradle / Ivy
package org.distributeme.test.moskitojourney;
import org.distributeme.annotation.DistributeMe;
import net.anotheria.anoprise.metafactory.Service;
@DistributeMe
public interface BService extends Service{
public String bMethod(String string) throws BServiceException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy