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

net.anotheria.anosite.photoserver.api.access.AccessAPIFactory Maven / Gradle / Ivy

The newest version!
package net.anotheria.anosite.photoserver.api.access;

import net.anotheria.anoplass.api.APIFactory;

/**
 * {@link net.anotheria.anosite.photoserver.api.access.AccessAPI} factory for creating {@link net.anotheria.anosite.photoserver.api.access.AccessAPIImpl} instance.
 *
 * @author Alexandr Bolbat
 * @version $Id: $Id
 */
public class AccessAPIFactory implements APIFactory {

	/** {@inheritDoc} */
	@Override
	public AccessAPI createAPI() {
		return new AccessAPIImpl();
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy