spring-framework
spring-framework copied to clipboard
Add AOT contribution to determine bean order upfront
#30849 will introduce a BeanDefinition attribute that defines the order value of the related bean. As we need to take that attribute into account, adding an additional contribution that sets the attribute regardless can avoid looking up for an order, and support this new use case.