diff --git a/docs/modules/ROOT/pages/spring-cloud-commons/application-context-services.adoc b/docs/modules/ROOT/pages/spring-cloud-commons/application-context-services.adoc index 14a19b808..1a86e051b 100644 --- a/docs/modules/ROOT/pages/spring-cloud-commons/application-context-services.adoc +++ b/docs/modules/ROOT/pages/spring-cloud-commons/application-context-services.adoc @@ -185,7 +185,7 @@ spring.cloud.refresh.never-reset-nested-types=com.example.MyClient,com.acme.sdk. Re-binding `@ConfigurationProperties` does not cover another large class of use cases, where you need more control over the refresh and where you need a change to be atomic over the whole `ApplicationContext`. To address those concerns, we have `@RefreshScope`. -NOTE: Java Records annotated with `@ConfigurationProperties` cannot be refreshed. +NOTE: Objects using constructor binding including Java Records annotated with `@ConfigurationProperties` cannot be refreshed. [[refresh-scope]] == Refresh Scope