mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 12:19:16 +00:00
This commit modifies PerThisAspect (which is used indirectly in AspectJAutoProxyCreatorTests.perThisAspect()) so that it uses a shared @Pointcut for both the @Aspect and @Around declarations, in order to refute claims made in gh-29998 that the documentation in the reference manual is incorrect.