Interface | Description |
---|---|
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 | Description |
---|---|
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 Type | Description |
---|---|
IOC |
This annotation indicates, that a factory should initialize
the annotated property.
|