Chris Beams 7c25c84ee2 Deprecate/move CGLIB methods AopUtils=>ClassUtils
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.
2011-07-06 09:15:27 +00:00
2011-07-03 22:39:08 +00:00
2011-07-06 06:15:27 +00:00
S
Description
Automated archival mirror of github.com/spring-projects/spring-framework
422 MiB
Languages
Java 97.6%
Kotlin 2.3%