We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a9065f + bf15276 commit 8c9711aCopy full SHA for 8c9711a
spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc
@@ -954,7 +954,7 @@ The example in the previous section can be rewritten in an immutable fashion as
954
955
import org.springframework.boot.context.properties.ConfigurationProperties;
956
import org.springframework.boot.context.properties.ConstructorBinding;
957
- import org.springframework.boot.context.properties.DefaultValue;
+ import org.springframework.boot.context.properties.bind.DefaultValue;
958
959
@ConstructorBinding
960
@ConfigurationProperties("acme")
0 commit comments