Uses of Package
org.springframework.aop.target.dynamic
Packages that use org.springframework.aop.target.dynamic
Package
Description
Support for dynamic, refreshable
TargetSource
implementations for use with Spring AOP.Support classes for Spring's scripting package.
-
Classes in org.springframework.aop.target.dynamic used by org.springframework.aop.target.dynamicClassDescriptionAbstract
TargetSource
implementation that wraps a refreshable target object.Interface to be implemented by dynamic target objects, which support reloading and optionally polling for updates. -
Classes in org.springframework.aop.target.dynamic used by org.springframework.scripting.supportClassDescriptionAbstract
TargetSource
implementation that wraps a refreshable target object.Refreshable TargetSource that fetches fresh target beans from a BeanFactory.Interface to be implemented by dynamic target objects, which support reloading and optionally polling for updates.