Fix BeanFactoryInitializationAotProcessor javadoc

Update javadoc since BeanRegistrationExcludeFilter is not longer an
exclude signal

See gh-28833
This commit is contained in:
Phillip Webb 2022-07-28 13:51:53 +01:00
parent 619f0e4266
commit 5218cf4c16
1 changed files with 0 additions and 4 deletions

View File

@ -23,10 +23,6 @@ import org.springframework.lang.Nullable;
* AOT processor that makes bean factory initialization contributions by
* 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 Stephane Nicoll
* @since 6.0