Package org.springframework.aot.hint.annotation
@NonNullApi
@NonNullFields
package org.springframework.aot.hint.annotation
Annotation support for runtime hints.
-
ClassDescriptionIndicate that the annotated element requires reflection.Process an
AnnotatedElement
and register the necessary reflection hints for it.Process@Reflective
annotated elements.Register reflection hints against an arbitrary number of target classes.Register reflection hints for data binding or reflection-based serialization against an arbitrary number of target classes.AReflectiveProcessor
implementation that pairs with@RegisterReflection
.A simpleReflectiveProcessor
implementation that registers only a reflection hint for the annotated type.