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