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

net.anotheria.anosite.api.configuration.SystemConfigurationAPIFactory Maven / Gradle / Ivy

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

import net.anotheria.anoplass.api.APIFactory;

/**
 * Factory for {@link SystemConfigurationAPI}
 *
 */
public class SystemConfigurationAPIFactory implements APIFactory {
	@Override
	public SystemConfigurationAPI createAPI() {
		return new SystemConfigurationAPIImpl();
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy