Example usage for org.springframework.aop.framework ProxyFactory subclass-usage

List of usage examples for org.springframework.aop.framework ProxyFactory subclass-usage

Introduction

In this page you can find the example usage for org.springframework.aop.framework ProxyFactory subclass-usage.

Usage

From source file hotbeans.support.HotBeanProxyFactory.java

/**
 * HotBeanProxyFactory is a proxy factory class used for creating proxies for hot beans. HotBeanProxyFactory is also the
 * method interceptor, which intercepts all method calls made through the created proxies. For each method call
 * interception, the reference to the target bean is validated. If the hot bean module of the target bean has been
 * inactivated, a reference to the lates hot bean module revision is obtained, and from that a new target bean.
 *