Package net.israfil.micro.container

Interface Summary
AutoWiringAdaptableContainer A Container that uses an AutoWiringAdapter to ensure that components can be created appropriately with their dependencies satisfied automatically.
AutoWiringAdapter An adapter interface that's used in the "AutoWiringContainer" to allow the user to specify a component's dependencies upon registration.
ComponentFactory An adapter interface that's used in the "AutoWiringContainer" to allow the user to specify a component's dependencies upon registration.
Container A container for components that will satisfy requests if the component is available.
 

Class Summary
AbstractContainer A convenience abstract class that implements basic component storage and lookup, as well as basic component instance assignment.
DefaultAutoWiringAdaptableContainer A default implementation of AutoWiringAdaptableContainer, a Container that uses an AutoWiringAdapter to ensure that components can be created appropriately with their dependencies satisfied automatically.
 



Copyright © 2008. All Rights Reserved.