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

com.netflix.governator.guice.SingletonModule Maven / Gradle / Ivy

There is a newer version: 1.2.19
Show newest version
package com.netflix.governator.guice;


/**
 * Base module that ensures only one module is used when multiple modules
 * are installed using the concrete module class as the dedup key.  To 
 * ensure 'best practices' this class also forces the concrete module to
 * be final.  This is done to prevent the use of inheritance for overriding
 * behavior in favor of using Modules.override().
 * 
 * @author elandau
 *
 * @deprecated Use com.netflix.governator.SingletonModule instead
 */
@Deprecated
public abstract class SingletonModule extends com.netflix.governator.SingletonModule {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy