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

net.anotheria.access.config.ConfigurationProvider Maven / Gradle / Ivy

package net.anotheria.access.config;

import net.anotheria.access.AccessService;

/**
 * Configuration provider interface.
 * 
 * @author Leon Rosenberg
 */
public interface ConfigurationProvider {

	/**
	 * Configure {@link AccessService}.
	 * 
	 * @param service
	 *            - {@link AccessService} instance
	 */
	void configure(AccessService service);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy