Silk DI 0.6


Uses of Interface
se.jbee.inject.Named

Packages that use Named
se.jbee.inject   
 

Uses of Named in se.jbee.inject
 

Classes in se.jbee.inject that implement Named
 class Dependency<T>
          Describes what is wanted/needed as parameter to construct a instance of T.
 class Instance<T>
          Used to tell that we don#t want just one singleton at a time but multiple distinguished by the Name used.
 class Resource<T>
          Describes WHAT can be injected and WHERE it can be injected.
 


Silk DI 0.6