Package org.springframework.aop.target.dynamic

Support for AOP-based refreshing of target objects.

See:
          Description

Interface Summary
Refreshable Interface to be implemented by dynamic target objects, which support reloading and optionally polling for updates.
 

Class Summary
AbstractRefreshableTargetSource Abstract TargetSource implementation that wraps a refreshable target object.
BeanFactoryRefreshableTargetSource Refreshable TargetSource that fetches fresh target beans from a BeanFactory.
 

Package org.springframework.aop.target.dynamic Description

Support for AOP-based refreshing of target objects.