mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
b437b7be34
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.