spring-framework/org.springframework.core
Chris Beams 075dfc3cb4 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.

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4679 50f2f4bb-b051-0410-bef5-90022cba6387
2011-07-06 09:15:27 +00:00
..
.settings Merge 3.1.0 development branch into trunk 2010-10-25 19:48:20 +00:00
src Deprecate/move CGLIB methods AopUtils=>ClassUtils 2011-07-06 09:15:27 +00:00
.classpath Introduce CommandLinePropertySource and impls 2011-06-30 22:33:56 +00:00
.project Added Eclipse project dependency on org.springframework.asm 2011-05-23 17:18:14 +00:00
build.xml
core.iml added joptsimple dependency 2011-07-03 16:24:55 +00:00
ivy.xml Introduce CommandLinePropertySource and impls 2011-06-30 22:33:56 +00:00
pom.xml Merge 3.1.0 development branch into trunk 2010-10-25 19:48:20 +00:00
template.mf Introduce CommandLinePropertySource and impls 2011-06-30 22:33:56 +00:00