All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.springframework.aop.target.package.html Maven / Gradle / Ivy

There is a newer version: 5.3.34
Show newest version



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.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy