org.distributeme.test.eecho.EEchoServiceFactory Maven / Gradle / Ivy
package org.distributeme.test.eecho;
import net.anotheria.anoprise.metafactory.ServiceFactory;
public class EEchoServiceFactory implements ServiceFactory{
@Override
public EEchoService create() {
return new EEchoServiceImpl();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy