mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
b121eed753
This commit refines BindingReflectionHintsRegistrar to skip registration of hints for Object.class, primitive types and skip members for array types. Closes gh-28683