Library:Spring 2.0.RC1  
Package
org.springframework.aop.target
Overview
Members
Books
SinceNot specified.
VersionNot specified.
AuthorNot specified.
This package contains implementations of the org.springframework.aop.TargetSource interface.
The simplest implementation is the SingletonTargetSource, used by default in the AOP framework to wrap a single target instance. This is normally appropriate.
Other provided implementations include pooling implementations, that provide a target from a pool for each request, ensuring a single threaded programming model; and a "prototype" implementation, that uses a new target instance for each invocation.
Wiki javadoc Use textile entry format.
Add your comments here.