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

com.jwebmp.guicedinjection.interfaces.IGuiceConfigurator Maven / Gradle / Ivy

Go to download

Guice Injection allows you to access multiple Guice Binders and Modules across separate archives. Allowing you to configure your applications with injection from multiple dependancies. Servlets, EJB's, and Stand-Alone is supported. Requires JDK 8 or 10.

There is a newer version: 0.66.0.1
Show newest version
package com.jwebmp.guicedinjection.interfaces;

import com.jwebmp.guicedinjection.GuiceConfig;

/**
 * Service Locator Interface for granular configuration of the GuiceContext and Injector
 */
@FunctionalInterface
public interface IGuiceConfigurator
{
	/**
	 * Configuers the guice instance
	 *
	 * @param config
	 * 		The configuration object coming in
	 *
	 * @return The required guice configuration
	 */
	GuiceConfig configure(GuiceConfig config);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy