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