Silk DI 0.6


Package se.jbee.inject.bind

Class Summary
Bind The data and behavior used to create binds.
Binder The default implementation of a fluent binder interface that provides a lot of utility methods to improve readability and keep binding compact.
Binder.ConfigBinder<T>  
Binder.InspectBinder  
Binder.RootBinder  
Binder.ScopedBinder  
Binder.TargetedBinder  
Binder.TypedBinder<T>  
Binder.TypedElementBinder<E> This kind of bindings actually re-map the []-type so that the automatic behavior of returning all known instances of the element type will no longer be used whenever the bind made applies.
BinderModule The default utility Module almost always used.
BinderModuleWith<T> The default utility PresetModule.
InitializedBinder A Binder.RootBinder that can be initialized using the InitializedBinder.init(Bindings) method.
MacroModule A MacroModule is used to make the Binder API available in Macros itself.
 

Enum Summary
BuildinBundle Installs all the build-in functionality by using the core API.
 


Silk DI 0.6