mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
57b6f7e494
This commit introduces a BeanValidationBeanRegistrationAotProcessor which adds reflection hints for custom ConstraintValidator discovered on beans constructors, methods and properties. Closes gh-29823