Interface BootstrapModule
- 
- All Superinterfaces:
 com.google.inject.Module
- All Known Implementing Classes:
 EclipseBootstrapModule,GuiceBasedImplBootstrapModule
public interface BootstrapModule extends com.google.inject.ModuleThis is purely a marker interface as point of registration for bootstrapping modules using OSGI-independent Java Service Provider Specification. 
- 
- 
Method Summary
Static Methods Modifier and Type Method Description static com.google.inject.ModulegetBootstrapModule() 
 -