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

com.jwebmp.guicedinjection.interfaces.IServiceEnablement 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.

The newest version!
package com.jwebmp.guicedinjection.interfaces;

/**
 * Defines an instance as being able to be switched off if need be
 */
@SuppressWarnings("unused")
@FunctionalInterface
public interface IServiceEnablement>
{
	/**
	 * If this page configurator is enabled
	 *
	 * @return if the configuration must run
	 */
	boolean enabled();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy