Interfaces
 InterfaceDescription
 IDependencyInjector Defines the most basic service used to implement dependency injection.
 IObjectDefinition Represents an object definition.
Classes
 ClassDescription
 AutowireMode Enumeration for the autowire types of an object definition.
 DependencyCheckMode Enumeration for dependency check modes for object properties.
 MethodInvocation 
 ObjectContainerError

Most of the time this error is thrown because the required class isn't properly referenced in the application source code.

 ObjectDefinition Describes an object that can be created by an ObjectFactory.
 ObjectDefinitionNotFoundError

This error is thrown by the AbstractObjectFactory when the given name for an IObjectDefinition could not be found in the configuration while the getObject() method is invoked.

Author: Christophe Herreman
Version: $Revision: 21 $, $Date: 2008-11-01 22:58:42 +0100 (za, 01 nov 2008) $, $Author: dmurat $
Since: 0.1

 ObjectDefinitions An object definition registry that contains default settings for the object definiton that get registered.
 ObjectDefinitionScope Enumeration for the scopes of an object definition.
 ResolveReferenceError Thrown to indicate that a reference could not be resolved.