|
|
|
|
@ -35,8 +35,8 @@ import org.springframework.core.annotation.AliasFor;
@@ -35,8 +35,8 @@ import org.springframework.core.annotation.AliasFor;
|
|
|
|
|
* Indicates that a class provides configuration that can be automatically applied by |
|
|
|
|
* Spring Boot. Auto-configuration classes are regular |
|
|
|
|
* {@link Configuration @Configuration} with the exception that |
|
|
|
|
* {@literal Configuration#proxyBeanMethods() proxyBeanMethods} is always {@code false}. |
|
|
|
|
* They are located using {@link ImportCandidates}. |
|
|
|
|
* {@link Configuration#proxyBeanMethods() proxyBeanMethods} is always {@code false}. They |
|
|
|
|
* are located using {@link ImportCandidates}. |
|
|
|
|
* <p> |
|
|
|
|
* Generally auto-configuration classes are marked as {@link Conditional @Conditional} |
|
|
|
|
* (most often using {@link ConditionalOnClass @ConditionalOnClass} and |
|
|
|
|
|