Closed
Description
Affects: 6.0.0-M5
I am trying to use @RegisterReflectionForBinding
on a class annotated with Spring Boot's @Endpoint
. @Endpoint
is meta-annotated with @Reflective
. When the annotated class is processed by ReflectiveRuntimeHintsRegistrar
, SimpleReflectiveProcessor
from @Reflective
is used but RegisterReflectionForBindingProcessor
from @ RegisterReflectionForBinding
is not.