mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 14:09:25 +00:00
Prior to this change the checks for isVariableName were duplicated in 2 different locations. The logic has been moved to AspectJProxyUtils to allow for re-use in those places and so that it benefits from any optimizations that are done.