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

net.anotheria.anosite.access.storage.ASGSecurityBoxPersistenceServiceFactory Maven / Gradle / Ivy

There is a newer version: 4.1.2
Show newest version
package net.anotheria.anosite.access.storage;

import net.anotheria.access.storage.persistence.SecurityBoxPersistenceService;
import net.anotheria.anoprise.metafactory.ServiceFactory;

/**
 * Factory for instantiating {@link ASGSecurityBoxPersistenceServiceImpl}.
 * 
 * @author Alexandr Bolbat
 */
public class ASGSecurityBoxPersistenceServiceFactory implements ServiceFactory {

	@Override
	public SecurityBoxPersistenceService create() {
		return new ASGSecurityBoxPersistenceServiceImpl();
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy