Commit 58fc3373 authored by Madhura Bhave's avatar Madhura Bhave

Polish

parent fd721575
...@@ -29,7 +29,7 @@ import org.springframework.core.annotation.AliasFor; ...@@ -29,7 +29,7 @@ import org.springframework.core.annotation.AliasFor;
* {@code @Bean} method in a {@code @Configuration} class if you want to bind and validate * {@code @Bean} method in a {@code @Configuration} class if you want to bind and validate
* some external Properties (e.g. from a .properties file). * some external Properties (e.g. from a .properties file).
* <p> * <p>
* Binding can is either performed by calling setters on the annotated class or, if * Binding is either performed by calling setters on the annotated class or, if
* {@link ConstructorBinding @ConstructorBinding} is in use, by binding to the constructor * {@link ConstructorBinding @ConstructorBinding} is in use, by binding to the constructor
* parameters. * parameters.
* <p> * <p>
......
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