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

net.anotheria.anosite.access.AnoSiteAccessAPIFactory Maven / Gradle / Ivy

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

import net.anotheria.anoplass.api.APIFactory;

/**
 * Factory for instantiating {@link AnoSiteAccessAPIImpl}
 * 
 * @author Alexandr Bolbat
 */
public class AnoSiteAccessAPIFactory implements APIFactory {

	@Override
	public AnoSiteAccessAPI createAPI() {
		return new AnoSiteAccessAPIImpl();
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy