Merge branch '3.3.x'

Closes gh-41317
This commit is contained in:
Moritz Halbritter
2024-07-04 11:10:22 +02:00
6 changed files with 61 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ import org.springframework.boot.context.properties.bind.Nested;
* @author Phillip Webb
* @since 1.2.0
*/
@Target(ElementType.FIELD)
@Target({ ElementType.FIELD, ElementType.RECORD_COMPONENT })
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Nested