Minimal interface for exposing the target class behind a proxy.
Implemented by AOP proxy objects and proxy factories
(via
org.springframework.aop.framework.Advised }
as well as by
TargetSource TargetSources .
author: Juergen Hoeller since: 2.0.3 See Also: org.springframework.aop.support.AopUtils.getTargetClass(Object) |