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

net.anotheria.anosite.wizard.api.WizardAPIFactory Maven / Gradle / Ivy

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

import net.anotheria.anoplass.api.APIFactory;

/**
 * WizardAPI factory.
 *
 * @author h3ll
 */
public class WizardAPIFactory implements APIFactory {
	@Override
	public WizardAPI createAPI() {
		return new BaseWizardAPIImpl();
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy