Browse Source

Polishing

pull/26586/head
Sam Brannen 4 years ago
parent
commit
207ee9e307
  1. 6
      spring-context/src/main/java/org/springframework/context/annotation/ConfigurationClassPostProcessor.java

6
spring-context/src/main/java/org/springframework/context/annotation/ConfigurationClassPostProcessor.java

@ -75,12 +75,12 @@ import org.springframework.util.ClassUtils;
* *
* <p>Registered by default when using {@code <context:annotation-config/>} or * <p>Registered by default when using {@code <context:annotation-config/>} or
* {@code <context:component-scan/>}. Otherwise, may be declared manually as * {@code <context:component-scan/>}. Otherwise, may be declared manually as
* with any other BeanFactoryPostProcessor. * with any other {@link BeanFactoryPostProcessor}.
* *
* <p>This post processor is priority-ordered as it is important that any * <p>This post processor is priority-ordered as it is important that any
* {@link Bean} methods declared in {@code @Configuration} classes have * {@link Bean @Bean} methods declared in {@code @Configuration} classes have
* their corresponding bean definitions registered before any other * their corresponding bean definitions registered before any other
* {@link BeanFactoryPostProcessor} executes. * {@code BeanFactoryPostProcessor} executes.
* *
* @author Chris Beams * @author Chris Beams
* @author Juergen Hoeller * @author Juergen Hoeller

Loading…
Cancel
Save