Browse Source

Fix BeanFactoryInitializationAotProcessor javadoc

Update javadoc since BeanRegistrationExcludeFilter is not longer an
exclude signal

See gh-28833
pull/28885/head
Phillip Webb 3 years ago
parent
commit
5218cf4c16
  1. 4
      spring-beans/src/main/java/org/springframework/beans/factory/aot/BeanFactoryInitializationAotProcessor.java

4
spring-beans/src/main/java/org/springframework/beans/factory/aot/BeanFactoryInitializationAotProcessor.java

@ -23,10 +23,6 @@ import org.springframework.lang.Nullable; @@ -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

Loading…
Cancel
Save