spring-framework / org.springframework.aop.target.dynamic / AbstractRefreshableTargetSource / <init>

<init>

AbstractRefreshableTargetSource()

Abstract org.springframework.aop.TargetSource implementation that wraps a refreshable target object. Subclasses can determine whether a refresh is required, and need to provide fresh target objects.

Implements the Refreshable interface in order to allow for explicit control over the refresh status.

Author
Rod Johnson

Author
Rob Harrop

Author
Juergen Hoeller

Since
2.0

See Also
#requiresRefresh()#freshTarget()