List of usage examples for org.springframework.aop.framework CglibAopProxy subclass-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