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.Indicates that the classes specified in the annotation attributes require some reflection hints for binding or reflection-based serialization purposes.AReflectiveProcessor
implementation that registers reflection hints for data binding purpose (class, constructors, fields, properties, record components, including types transitively used on properties and record components).A simpleReflectiveProcessor
implementation that registers only a reflection hint for the annotated type.