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

net.anotheria.anosite.photoserver.service.blur.persistence.BlurSettingsPersistenceServiceFactory Maven / Gradle / Ivy

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

import net.anotheria.anoprise.metafactory.ServiceFactory;

/**
 * BlurSettingsPersistenceService factory.
 *
 * @author h3ll
 */
public class BlurSettingsPersistenceServiceFactory implements ServiceFactory {
	@Override
	public BlurSettingsPersistenceService create() {
		return new BlurSettingsPersistenceServiceImpl();
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy