Uses of Interface
net.israfil.micro.container.ComponentFactory

Packages that use ComponentFactory
net.israfil.micro.container   
net.israfil.micro.container.adapters   
 

Uses of ComponentFactory in net.israfil.micro.container
 

Subinterfaces of ComponentFactory in net.israfil.micro.container
 interface AutoWiringAdapter
          An adapter interface that's used in the "AutoWiringContainer" to allow the user to specify a component's dependencies upon registration.
 

Uses of ComponentFactory in net.israfil.micro.container.adapters
 

Classes in net.israfil.micro.container.adapters that implement ComponentFactory
 class AbstractAutoWiringAdapter
          A convenience implementation of AutoWiringAdapter which can be used for those clases that have no dependencies and have a default constructor.
 class IndependentAutoWiringAdapter
          A convenience implementation of AutoWiringAdapter which can be used for those clases that have no dependencies and have a default constructor.
 



Copyright © 2008. All Rights Reserved.