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

net.anotheria.anosite.photoserver.service.blur.BlurSettingsServiceFactory Maven / Gradle / Ivy

package net.anotheria.anosite.photoserver.service.blur;

import net.anotheria.anoprise.metafactory.ServiceFactory;

/**
 * BlurSettingsService factory.
 *
 * @author h3ll
 */
public class BlurSettingsServiceFactory implements ServiceFactory {

	@Override
	public BlurSettingsService create() {
		return new BlurSettingsServiceImpl();
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy