By using BindingReflectionHintsRegistrar typical data binding use cases for eg. JPA would be covered.
The current registrar implementation would still miss class references in annotation attributes like in @jakarta.persistence.EntityListeners(MyEntityListener.class) but this could be handled processor.
By using
BindingReflectionHintsRegistrartypical data binding use cases for eg. JPA would be covered.The current registrar implementation would still miss class references in annotation attributes like in
@jakarta.persistence.EntityListeners(MyEntityListener.class)but this could be handled processor.