mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 05:49:04 +00:00
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