Fix BeanFactoryInitializationAotProcessor javadoc
Update javadoc since BeanRegistrationExcludeFilter is not longer an exclude signal See gh-28833
This commit is contained in:
parent
619f0e4266
commit
5218cf4c16
|
|
@ -23,10 +23,6 @@ import org.springframework.lang.Nullable;
|
||||||
* AOT processor that makes bean factory initialization contributions by
|
* AOT processor that makes bean factory initialization contributions by
|
||||||
* processing {@link ConfigurableListableBeanFactory} instances.
|
* processing {@link ConfigurableListableBeanFactory} instances.
|
||||||
*
|
*
|
||||||
* <p>Note: Beans implementing interface will not have registration methods
|
|
||||||
* generated during AOT processing unless they also implement
|
|
||||||
* {@link org.springframework.beans.factory.aot.BeanRegistrationExcludeFilter}.
|
|
||||||
*
|
|
||||||
* @author Phillip Webb
|
* @author Phillip Webb
|
||||||
* @author Stephane Nicoll
|
* @author Stephane Nicoll
|
||||||
* @since 6.0
|
* @since 6.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue