While debugging PostProcessorRegistrationDelegate, I realized BeanFactoryPostProcessor works with Ordered(and PriorityOrdered) interface but not @Order annotation.
It would be great that such information is documented on BeanFactoryPostProcessor javadoc.
In general, for ordering, it would be great to have a mention in javadoc that whether the component works with Ordered interface and/or @Order annotation.
While debugging
PostProcessorRegistrationDelegate, I realizedBeanFactoryPostProcessorworks withOrdered(andPriorityOrdered) interface but not@Orderannotation.It would be great that such information is documented on
BeanFactoryPostProcessorjavadoc.In general, for ordering, it would be great to have a mention in javadoc that whether the component works with
Orderedinterface and/or@Orderannotation.