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

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