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

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

The newest version!
package net.anotheria.anosite.photoserver.service.blur;

import net.anotheria.anoprise.metafactory.ServiceFactory;

/**
 * BlurSettingsService factory.
 *
 * @author h3ll
 * @version $Id: $Id
 */
public class BlurSettingsServiceFactory implements ServiceFactory {

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy