spring-framework icon indicating copy to clipboard operation
spring-framework copied to clipboard

Improve Javadoc of BeanRegistrationAotProcessor to describe the "runtime replacement use case"

Open snicoll opened this issue 3 years ago • 0 comments

As discussed with @joshlong, implementing BeanRegistrationAotProcessor on an actual bean means that the bean won't be contributed by default. We should describe the "usual" use case a bit more so that the reference to isBeanExcludedFromAotProcessing is more obvious.

snicoll avatar Sep 10 '22 06:09 snicoll