Commit bf15276a authored by Stephane Nicoll's avatar Stephane Nicoll

Fix import in constructor binding example

Closes gh-20378
parent 62f696d5
...@@ -855,7 +855,7 @@ The example in the previous section can be rewritten in an immutable fashion as ...@@ -855,7 +855,7 @@ The example in the previous section can be rewritten in an immutable fashion as
import org.springframework.boot.context.properties.ConfigurationProperties; import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.boot.context.properties.ConstructorBinding; import org.springframework.boot.context.properties.ConstructorBinding;
import org.springframework.boot.context.properties.DefaultValue; import org.springframework.boot.context.properties.bind.DefaultValue;
@ConstructorBinding @ConstructorBinding
@ConfigurationProperties("acme") @ConfigurationProperties("acme")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment