File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
spring-context/src/main/java/org/springframework/context/annotation Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 73
73
* {@code <context:component-scan/>}. Otherwise, may be declared manually as
74
74
* with any other BeanFactoryPostProcessor.
75
75
*
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.
80
80
*
81
81
* @author Chris Beams
82
82
* @author Juergen Hoeller
You can’t perform that action at this time.
0 commit comments