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.
1 parent 62f696d commit bf15276Copy full SHA for bf15276
spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
@@ -855,7 +855,7 @@ The example in the previous section can be rewritten in an immutable fashion as
855
856
import org.springframework.boot.context.properties.ConfigurationProperties;
857
import org.springframework.boot.context.properties.ConstructorBinding;
858
- import org.springframework.boot.context.properties.DefaultValue;
+ import org.springframework.boot.context.properties.bind.DefaultValue;
859
860
@ConstructorBinding
861
@ConfigurationProperties("acme")
0 commit comments