mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
f6b36a689a
To align with the existing processInjection() method in AutowiredAnnotationBeanPostProcessor, this commit introduces an analogous method in CommonAnnotationBeanPostProcessor. Closes gh-31956