| Classes | |
|---|---|
| AttributesPoolingTargetSourceCreator | PoolingTargetSourceCreator driven by metadata. |
| AttributesPrototypeTargetSourceCreator | PrototypeTargetSourceCreator driven by metadata. |
| AttributesThreadLocalTargetSourceCreator | PrototypeTargetSourceCreator driven by metadata. |
| PrototypeAttribute | Tag attribute to identify beans for which the target should be a prototype (new instance per invocation) |
| ThreadLocalAttribute | Tag attribute to identify beans for which the target should be a set in a ThreadLocal. |