Sign in
Package
org.springframework.boot.context.properties.bind
Annotation Interface Nested
@Retention
(
RUNTIME
)
@Target
(
ANNOTATION_TYPE
)
@Documented
public @interface
Nested
Meta-annotation that should be added to annotations that indicate a field is a nested type. Used to ensure that correct reflection hints are registered.
Since:
3.0.0
See Also:
BindableRuntimeHintsRegistrar