| Interface | Description |
|---|---|
| ScopedFactoryBean<T> |
Interface for factory-beans, that produce the actual bean living in a limited scope, when needed.
|
| ScopedFactoryBeanHandler |
Interface for classes handling
ScopedFactoryBeans of the corresponding scope. |
| Class | Description |
|---|---|
| GenericScopedFactoryBean<T> | |
| ScopedFactoryBeanDecorator<T> |
Decorator for
ScopedFactoryBeans to enhance their behaviour. |