File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
spring-context/src/main/java/org/springframework/context/annotation Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 64
64
import org .springframework .util .Assert ;
65
65
import org .springframework .util .ClassUtils ;
66
66
67
- import static org .springframework .context .annotation .AnnotationConfigUtils .* ;
67
+ import static org .springframework .context .annotation .AnnotationConfigUtils .CONFIGURATION_BEAN_NAME_GENERATOR ;
68
68
69
69
/**
70
70
* {@link BeanFactoryPostProcessor} used for bootstrapping processing of
74
74
* {@code <context:component-scan/>}. Otherwise, may be declared manually as
75
75
* with any other BeanFactoryPostProcessor.
76
76
*
77
- * <p>This post processor is {@link Ordered#HIGHEST_PRECEDENCE} as it is important
78
- * that any {@link Bean} methods declared in Configuration classes have their
79
- * respective bean definitions registered before any other BeanFactoryPostProcessor
80
- * executes.
77
+ * <p>This post processor is priority-ordered as it is important that any
78
+ * {@link Bean} methods declared in {@code @ Configuration} classes have
79
+ * their corresponding bean definitions registered before any other
80
+ * {@link BeanFactoryPostProcessor} executes.
81
81
*
82
82
* @author Chris Beams
83
83
* @author Juergen Hoeller
You can’t perform that action at this time.
0 commit comments