Spring's repackaging of the
CGLIB proxy package
(for internal use only).
-
All callback interfaces used by
Enhancer
extend this interface.
Map methods of subclasses generated by
Enhancer
to a particular
callback.
Classes generated by
Enhancer
pass this object to the
registered
MethodInterceptor
objects when an intercepted method is invoked.
Mixin
allows
multiple objects to be combined into a single larger object.
Methods using this
Enhancer
callback will delegate directly to the
default (super) implementation in the base class.