Polishing

This commit is contained in:
Juergen Hoeller
2020-03-23 18:02:55 +01:00
parent 2e23cf32ce
commit 910d2788e9
3 changed files with 22 additions and 21 deletions

View File

@@ -447,7 +447,7 @@ public @interface Configuration {
* subclass which comes with limitations such as the configuration class and
* its methods not being allowed to declare {@code final}.
* <p>The default is {@code true}, allowing for 'inter-bean references' via direct
* method call within the configuration class as well as for external calls to
* method calls within the configuration class as well as for external calls to
* this configuration's {@code @Bean} methods, e.g. from another configuration class.
* If this is not needed since each of this particular configuration's {@code @Bean}
* methods is self-contained and designed as a plain factory method for container use,