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

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

Introduction

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

Usage

From source file org.springframework.aop.framework.ObjenesisCglibAopProxy.java

/**
 * Objenesis-based extension of {@link CglibAopProxy} to create proxy instances
 * without invoking the constructor of the class.
 *
 * @author Oliver Gierke
 * @author Juergen Hoeller