|
Strategy
|
Description
|
singleton
|
A single instance of the component type will be shared by all consumers.
|
thread
|
A new instance of the component will be created relative to each distinct thread.
|
pool
|
A container shall maintain a pool of components.
|
transient
|
New instance of the component are created on a per request basis.
|
|