Skip to content

Commit 0b60447

Browse files
committed
Javadoc update: ConfigurationClassPostProcessor is priority-ordered
Issue: SPR-17062
1 parent d0bbbf4 commit 0b60447

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@
7373
* {@code <context:component-scan/>}. Otherwise, may be declared manually as
7474
* with any other BeanFactoryPostProcessor.
7575
*
76-
* <p>This post processor is {@link Ordered#HIGHEST_PRECEDENCE} as it is important
77-
* that any {@link Bean} methods declared in Configuration classes have their
78-
* respective bean definitions registered before any other BeanFactoryPostProcessor
79-
* executes.
76+
* <p>This post processor is priority-ordered as it is important that any
77+
* {@link Bean} methods declared in {@code @Configuration} classes have
78+
* their corresponding bean definitions registered before any other
79+
* {@link BeanFactoryPostProcessor} executes.
8080
*
8181
* @author Chris Beams
8282
* @author Juergen Hoeller

0 commit comments

Comments
 (0)