Silk DI 0.6


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

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

Uses of Bootstrapper.ModularBootstrapper in se.jbee.inject.bind
 

Methods in se.jbee.inject.bind with parameters of type Bootstrapper.ModularBootstrapper
 void BuildinBundle.bootstrap(Bootstrapper.ModularBootstrapper<BuildinBundle> bootstrap)
           
 

Uses of Bootstrapper.ModularBootstrapper in se.jbee.inject.bootstrap
 

Classes in se.jbee.inject.bootstrap that implement Bootstrapper.ModularBootstrapper
 class ModularBootstrapperBundle<M>
          The default utility base class for ModularBundles.
 

Methods in se.jbee.inject.bootstrap with parameters of type Bootstrapper.ModularBootstrapper
 void ModularBootstrapperBundle.bootstrap(Bootstrapper.ModularBootstrapper<M> bootstrap)
           
 void ModularBundle.bootstrap(Bootstrapper.ModularBootstrapper<M> bootstrap)
           
 


Silk DI 0.6