Silk DI 0.6


se.jbee.inject.bootstrap
Interface Bootstrapper.ModularBootstrapper<M>

Type Parameters:
M - The type of choices possible
All Known Implementing Classes:
ModularBootstrapperBundle
Enclosing interface:
Bootstrapper

public static interface Bootstrapper.ModularBootstrapper<M>

Author:
Jan Bernitt (jan@jbee.se)

Method Summary
 void install(Class<? extends Bundle> bundle, M module)
          Installs the bundle within the given module.
 

Method Detail

install

void install(Class<? extends Bundle> bundle,
             M module)
Installs the bundle within the given module. If the module passed hasn't been Bootstrapper.install(Enum...)ed the call will be ignored.


Silk DI 0.6