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

org.distributeme.test.mod.ModedServiceFactory Maven / Gradle / Ivy

package org.distributeme.test.mod;

import net.anotheria.anoprise.metafactory.ServiceFactory;

public class ModedServiceFactory implements ServiceFactory{

	@Override
	public ModedService create() {
		return new ModedServiceImpl();
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy