Uses of Interface
org.springframework.aop.target.dynamic.Refreshable
Packages that use Refreshable
Package
Description
Support for dynamic, refreshable 
TargetSource
 implementations for use with Spring AOP.Support classes for Spring's scripting package.
- 
Uses of Refreshable in org.springframework.aop.target.dynamicClasses in org.springframework.aop.target.dynamic that implement RefreshableModifier and TypeClassDescriptionclassAbstractTargetSourceimplementation that wraps a refreshable target object.classRefreshable TargetSource that fetches fresh target beans from a BeanFactory.
- 
Uses of Refreshable in org.springframework.scripting.supportClasses in org.springframework.scripting.support that implement RefreshableModifier and TypeClassDescriptionclassSubclass ofBeanFactoryRefreshableTargetSourcethat determines whether a refresh is required through the givenScriptFactory.