Fix import in constructor binding example

Closes gh-20378
pull/20629/head
Stephane Nicoll 5 years ago
parent 62f696d5bf
commit bf15276af1

@ -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")

Loading…
Cancel
Save