Browse Source

Polish Javadoc

Closes gh-3667
pull/3667/merge
Eric Bottard 11 years ago committed by Stephane Nicoll
parent
commit
2b15ea65e2
  1. 2
      spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/context/ConfigurationPropertiesAutoConfiguration.java

2
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/context/ConfigurationPropertiesAutoConfiguration.java

@ -23,7 +23,7 @@ import org.springframework.context.annotation.Configuration; @@ -23,7 +23,7 @@ import org.springframework.context.annotation.Configuration;
/**
* {@link EnableAutoConfiguration Auto-configuration} for {@link ConfigurationProperties}
* beans. Automatically any bean annotated with {@code @ConfigurationProperties}.
* beans. Automatically binds and validates any bean annotated with {@code @ConfigurationProperties}.
*
* @author Stephane Nicoll
* @since 1.3.0

Loading…
Cancel
Save