JavaScript is disabled on your browser.
Skip navigation links
Spring Framework
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Package
org.springframework.cglib.proxy
Packages that use
org.springframework.cglib.proxy
Package
Description
org.springframework.cglib.proxy
Spring's repackaging of the
CGLIB
proxy package (for internal use only).
Classes in
org.springframework.cglib.proxy
used by
org.springframework.cglib.proxy
Class
Description
MethodProxy
Classes generated by
Enhancer
pass this object to the registered
MethodInterceptor
objects when an intercepted method is invoked.