org.distributeme.test.echoplusevent.EchoPlusEventService Maven / Gradle / Ivy
package org.distributeme.test.echoplusevent;
import org.distributeme.annotation.DistributeMe;
import org.distributeme.test.echo.EchoService;
@DistributeMe(factoryClazz=EchoPlusEventServiceFactory.class)
public interface EchoPlusEventService extends EchoService{
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy