Silk DI 0.6


se.jbee.inject.bootstrap
Interface ModularBundle<M>

All Known Implementing Classes:
BuildinBundle, ModularBootstrapperBundle

public interface ModularBundle<M>

A Bundle that does different installation for different options.

Author:
Jan Bernitt (jan@jbee.se)

Method Summary
 void bootstrap(Bootstrapper.ModularBootstrapper<M> bootstrap)
           
 

Method Detail

bootstrap

void bootstrap(Bootstrapper.ModularBootstrapper<M> bootstrap)
Parameters:
bootstrap - the Bootstrapper.ModularBootstrapper this bundle should install itself in.

Silk DI 0.6