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
AnnotatedElementand register the necessary reflection hints for it.ProcessReflectiveannotated elements.Indicates that one or moreClassreflection hints should be registered for data binding purpose (class, fields, properties, record components for the whole type hierarchy).AReflectiveProcessorimplementation that registers reflection hints for data binding purpose (class, constructors, fields, properties, record components for the whole type hierarchy).A simpleReflectiveProcessorimplementation that registers only a reflection hint for the annotated type.