Merge branch '1.5.x'

This commit is contained in:
Andy Wilkinson 2017-07-21 15:36:27 +01:00
commit 18cfd9d3dd
2 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ import org.springframework.context.annotation.Conditional;
/** /**
* {@link Conditional} that only matches when the specified bean classes and/or names are * {@link Conditional} that only matches when the specified bean classes and/or names are
* already contained in the {@link BeanFactory}. When placed on a {@code @Bean} method, * already contained in the {@link BeanFactory}. When placed on a {@code @Bean} method,
* the bean class default to the return type of the factory method: * the bean class defaults to the return type of the factory method:
* *
* <pre class="code"> * <pre class="code">
* &#064;Configuration * &#064;Configuration

View File

@ -31,8 +31,8 @@ import org.springframework.context.annotation.Conditional;
* {@link Conditional} that only matches when the specified bean classes and/or names are * {@link Conditional} that only matches when the specified bean classes and/or names are
* not already contained in the {@link BeanFactory}. * not already contained in the {@link BeanFactory}.
* <p> * <p>
* When placed on a {@code @Bean} method, the bean class default to the return type of the * When placed on a {@code @Bean} method, the bean class defaults to the return type of
* factory method: * the factory method:
* *
* <pre class="code"> * <pre class="code">
* &#064;Configuration * &#064;Configuration