|
|
@ -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">
|
|
|
|
* @Configuration
|
|
|
|
* @Configuration
|
|
|
|