Example usage for org.springframework.aop.target.dynamic Refreshable interface-usage

List of usage examples for org.springframework.aop.target.dynamic Refreshable interface-usage

Introduction

In this page you can find the example usage for org.springframework.aop.target.dynamic Refreshable interface-usage.

Usage

From source file org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource.java

/**
 * Abstract {@link 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.
 *
 * <p>Implements the {@link Refreshable} interface in order to allow for