Provide same instance of mapped instance (true) or create new instance upon any request (false) Default value for this property will be assumed to be true and if this property is omitted singleton instance will be in use.
Auto instantiate mapping as application context is created, if this property is set to true.
Injection mapping key which will be used to extract mapping.
(any is added due to the fact that abstract classes do not resolve as Type
use existing mapping defined by this property as injection with signature defined in map property will be requested.
Type, instance of which, must be created as injection with signature defined in map property will be requested.
Value to return as it is provided in here as injection with signature defined in map property will be requested.
Injection descriprot object shape.
Jānis Radiņš