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