mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Fix Javadoc for AbstractApplicationContext.registerBeanPostProcessors()
Closes gh-22513
This commit is contained in:
+1
-1
@@ -713,7 +713,7 @@ public abstract class AbstractApplicationContext extends DefaultResourceLoader
|
||||
}
|
||||
|
||||
/**
|
||||
* Instantiate and invoke all registered BeanPostProcessor beans,
|
||||
* Instantiate and register all BeanPostProcessor beans,
|
||||
* respecting explicit order if given.
|
||||
* <p>Must be called before any instantiation of application beans.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user