| Package | Description | 
|---|---|
| org.springframework.aop.target | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractPoolingTargetSourceAbstract base class for pooling  TargetSourceimplementations which maintain a pool of target instances, acquiring and
 releasing a target object from the pool for each method invocation. | 
| class  | CommonsPool2TargetSourceTargetSourceimplementation that holds
 objects in a configurable Apache Commons2 Pool. | 
| class  | PrototypeTargetSourceTargetSourceimplementation that
 creates a new instance of the target bean for each request,
 destroying each instance on release (after each request). | 
| class  | ThreadLocalTargetSourceAlternative to an object pool. |