Silk DI 0.6


se.jbee.inject.bootstrap
Interface Module

All Known Implementing Classes:
BinderModule, Binding, ExtensionModule, MacroModule, ServiceModule

public interface Module

Bindings are defined with Modules while Bundles are used to group multiple Modules and Bundles what allows to build graphs of Bundles with Modules as leafs.

Author:
Jan Bernitt (jan@jbee.se)
See Also:
Bundle, PresetModule

Method Summary
 void declare(Bindings bindings)
           
 

Method Detail

declare

void declare(Bindings bindings)
Parameters:
bindings - use to declare made bound within this Module.

Silk DI 0.6