CGLIB2-based
AopProxy implementation for the Spring AOP framework.
Requires CGLIB 2.1+ on the classpath..
As of Spring 2.0, earlier CGLIB versions are not supported anymore.
Objects of this type should be obtained through proxy factories,
configured by an
AdvisedSupport object. This class is internal
to Spring's AOP framework and need not be used directly by client code.
DefaultAopProxyFactory will automatically create CGLIB2-based
proxies if necessary, for example in case of proxying a target class
(see the
DefaultAopProxyFactory attendant javadoc for details).
Proxies created using this class are thread-safe if the underlying
(target) class is thread-safe.
author: Rod Johnson author: Rob Harrop author: Juergen Hoeller See Also: net.sf.cglib.proxy.Enhancer See Also: AdvisedSupport.setProxyTargetClass See Also: DefaultAopProxyFactory |