Package | Description |
---|---|
org.springframework.cglib.proxy |
Spring's repackaging of the
CGLIB proxy package
(for internal use only).
|
Class and Description |
---|
MethodProxy
Classes generated by
Enhancer pass this object to the
registered MethodInterceptor objects when an intercepted method is invoked. |