|
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. |