Silk DI 0.6


Uses of Class
se.jbee.inject.bind.Binder.ScopedBinder

Packages that use Binder.ScopedBinder
se.jbee.inject.bind   
se.jbee.inject.service   
 

Uses of Binder.ScopedBinder in se.jbee.inject.bind
 

Subclasses of Binder.ScopedBinder in se.jbee.inject.bind
static class Binder.RootBinder
           
 class BinderModule
          The default utility Module almost always used.
 class BinderModuleWith<T>
          The default utility PresetModule.
 class InitializedBinder
          A Binder.RootBinder that can be initialized using the InitializedBinder.init(Bindings) method.
 class MacroModule
          A MacroModule is used to make the Binder API available in Macros itself.
 

Methods in se.jbee.inject.bind that return Binder.ScopedBinder
 Binder.ScopedBinder Binder.RootBinder.per(Scope scope)
           
 

Uses of Binder.ScopedBinder in se.jbee.inject.service
 

Subclasses of Binder.ScopedBinder in se.jbee.inject.service
 class ExtensionModule
           
 


Silk DI 0.6