mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
26ee9c68eb
Prior to this commit, it was not clear from the Javadoc for BeanPostProcess and BeanFactoryPostProcessor that such components can be ordered by implementing Ordered or PriorityOrdered. This commit improves the documentation for BPP and BFPP to make this support explicit. Closes gh-23636