mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
7e8b1ed401
Move hints registration to spring-beans, where the actual behavior is implemented. We chose not to move this to `AutowiredAnnotationBeanPostProcessor` for now, as this would require it to implement another AOT-related interface and add too much noise for this. See gh-28614