Browse Source
isCglibProxy* methods in AopUtils are useful in lower-level modules, i.e. those that cannot depend on .aop. Therefore copied these methods to ClassUtils; deprecated the existing ones in AopUtils and now delegating to the new location; switched all usage of AopUtils#isCglibProxy* within the framework to use ClassUtils#isCglibProxy* instead.pull/7/head
Chris Beams
14 years ago
5 changed files with 49 additions and 14 deletions
Loading…
Reference in new issue