mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-25 00:09:02 +00:00
This commit makes ControlFlowPointcut more open to subclasses by: 1. Making the ControlFlowPointcut#clazz field protected. 2. Making the ControlFlowPointcut#methodName field protected. 3. Introducing a protected incrementEvaluationCount() method. Closes gh-27187