Browse Source

Merge pull request #18548 from polarbear567

* gh-18548:
  Fix ImmutableConfigurationProperties import statement in ref docs

Closes gh-18548
pull/18558/head
Andy Wilkinson 6 years ago
parent
commit
3211d756bf
  1. 2
      spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

2
spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

@ -849,7 +849,7 @@ The example in the previous section can be rewritten in an immutable fashion as @@ -849,7 +849,7 @@ The example in the previous section can be rewritten in an immutable fashion as
import java.net.InetAddress;
import java.util.List;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.boot.context.properties.ImmutableConfigurationProperties;
import org.springframework.boot.context.properties.DefaultValue;
@ImmutableConfigurationProperties("acme")

Loading…
Cancel
Save