Package ninja.conf
Class FrameworkModule
- java.lang.Object
-
- com.google.inject.AbstractModule
-
- ninja.conf.FrameworkModule
-
- All Implemented Interfaces:
com.google.inject.Module
public abstract class FrameworkModule extends com.google.inject.AbstractModule
Application modules that extend this class will skip Ninja's default "classic" configuration and start with an empty slate.
-
-
Constructor Summary
Constructors Constructor Description FrameworkModule()
-
Method Summary
-
Methods inherited from class com.google.inject.AbstractModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
-
-