mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
72f912549d
This commit revises the AOP proxying section as follows. - Documents all limitations of CGLIB-based proxies - Documents self injection as alternative to AopContext.currentProxy() - Avoids use of flippant language See gh-33454 Closes gh-33455