JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.springframework.boot.context.properties.bind
Nested
Contents
Hide sidebar
❮
❯
Show sidebar
Description
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
Author:
Phillip Webb
See Also:
BindableRuntimeHintsRegistrar