Package com.softwareag.centrasite.appl.framework.ioc

Interface Summary
IOCListener Interface of an object, which wants to initialize itself.
IOCProvider The IOCProvider is called by the IOCController to provide values for the properties, that the IOCController wants to fill.
 

Class Summary
DefaultIOCProvider Default implementation of the IOCProvider.
IOCController The IOCController is responsible for property injection.
ProxyIOCProvider Implementation of an IOCProvider, which sits in front of another IOCProvider, overriding its properties.
 

Annotation Types Summary
IOC This annotation indicates, that a factory should initialize the annotated property.