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

net.anotheria.anosite.api.feature.FeatureAPIFactory Maven / Gradle / Ivy

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

import net.anotheria.anoplass.api.APIFactory;

/**
 * Factory for {@link FeatureAPI}.
 *
 * @author lrosenberg
 * @since 12.07.14 20:40
 */
public class FeatureAPIFactory implements APIFactory {
	@Override
	public FeatureAPI createAPI() {
		return new FeatureAPIImpl();
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy