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

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