Silk DI 0.6


se.jbee.inject.bootstrap
Interface Bundle

All Known Implementing Classes:
BinderModule, BinderModuleWith, BootstrapperBundle, ExtensionModule, MacroModule, ServiceModule

public interface Bundle

A bundle installs sub-bundles and Modules. All Bundles are real singletons. A bundle means you get X without a when or but. X all the time.

Author:
Jan Bernitt (jan@jbee.se)

Method Summary
 void bootstrap(Bootstrapper bootstrap)
           
 

Method Detail

bootstrap

void bootstrap(Bootstrapper bootstrap)
Parameters:
bootstrap - The Bootstrapper this Bundle should install itself to.

Silk DI 0.6