Uses of Package
org.springframework.aop.target
Packages that use org.springframework.aop.target
Package
Description
-
Classes in org.springframework.aop.target used by org.springframework.aop.framework.autoproxy.targetClassDescriptionBase class for
TargetSource
implementations that are based on a SpringBeanFactory
, delegating to Spring-managed bean instances. -
Classes in org.springframework.aop.target used by org.springframework.aop.targetClassDescriptionBase class for
TargetSource
implementations that are based on a SpringBeanFactory
, delegating to Spring-managed bean instances.Abstract base class for poolingTargetSource
implementations which maintain a pool of target instances, acquiring and releasing a target object from the pool for each method invocation.Base class for dynamicTargetSource
implementations that create new prototype bean instances to support a pooling or new-instance-per-invocation strategy.CanonicalTargetSource
when there is no target (or just the target class known), and behavior is supplied by interfaces and advisors only.Config interface for a pooling target source.Statistics for a ThreadLocal TargetSource.