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

org.distributeme.test.combined.BusinessServiceFactory Maven / Gradle / Ivy

package org.distributeme.test.combined;

import net.anotheria.anoprise.metafactory.ServiceFactory;

public class BusinessServiceFactory implements ServiceFactory{

	@Override
	public BusinessService create() {
		return CombinedServiceImpl.INSTANCE;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy