Silk DI 0.6


Uses of Interface
se.jbee.inject.bootstrap.Bootstrapper

Packages that use Bootstrapper
se.jbee.inject.bind   
se.jbee.inject.bootstrap   
se.jbee.inject.service   
 

Uses of Bootstrapper in se.jbee.inject.bind
 

Methods in se.jbee.inject.bind with parameters of type Bootstrapper
 void BinderModule.bootstrap(Bootstrapper bootstrap)
           
 void BinderModuleWith.bootstrap(Bootstrapper bootstrap)
           
 

Uses of Bootstrapper in se.jbee.inject.bootstrap
 

Classes in se.jbee.inject.bootstrap that implement Bootstrapper
 class BootstrapperBundle
          The default utility Bundle that is a Bootstrap as well so that bindings can be declared nicer.
 

Methods in se.jbee.inject.bootstrap with parameters of type Bootstrapper
 void BootstrapperBundle.bootstrap(Bootstrapper bootstrap)
           
 void Bundle.bootstrap(Bootstrapper bootstrap)
           
 

Uses of Bootstrapper in se.jbee.inject.service
 

Methods in se.jbee.inject.service with parameters of type Bootstrapper
 void ServiceModule.bootstrap(Bootstrapper bootstrap)
           
 


Silk DI 0.6