org.distributeme.test.echo.EchoServiceFactory Maven / Gradle / Ivy
package org.distributeme.test.echo;
import net.anotheria.anoprise.metafactory.ServiceFactory;
public class EchoServiceFactory implements ServiceFactory{
public EchoService create(){
return new EchoServiceImpl();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy