net.anotheria.anosite.photoserver.service.blur.persistence.BlurSettingsPersistenceServiceFactory Maven / Gradle / Ivy
The newest version!
package net.anotheria.anosite.photoserver.service.blur.persistence;
import net.anotheria.anoprise.metafactory.ServiceFactory;
/**
* BlurSettingsPersistenceService factory.
*
* @author h3ll
* @version $Id: $Id
*/
public class BlurSettingsPersistenceServiceFactory implements ServiceFactory {
/** {@inheritDoc} */
@Override
public BlurSettingsPersistenceService create() {
return new BlurSettingsPersistenceServiceImpl();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy