Move BindingReflectionHintsRegistrar
to spring-context
module in org.springframework.context.aot
package because:
- Otherwise we can't test it with the agent that lives in spring-core-test
- Conceptually this is for reflection based serialization like Jackson (that lives in spring-web
) and databinder (that lives in spring-context
)