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

net.anotheria.moskito.webui.shared.api.AbstractMoskitoAPIImpl Maven / Gradle / Ivy

There is a newer version: 4.0.3
Show newest version
package net.anotheria.moskito.webui.shared.api;

import net.anotheria.anoplass.api.AbstractAPIImpl;
import net.anotheria.moskito.core.config.MoskitoConfiguration;
import net.anotheria.moskito.core.config.MoskitoConfigurationHolder;

/**
 * TODO comment this class
 *
 * @author lrosenberg
 * @since 11.02.13 18:39
 */
public class AbstractMoskitoAPIImpl extends AbstractAPIImpl{
	protected MoskitoConfiguration getConfiguration(){
		return MoskitoConfigurationHolder.getConfiguration();
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy