Browse Source

Merge pull request #41140 from mateusscheper

* pr/41140:
  Improving readability by adding a comma

Closes gh-41140
pull/41162/head
Phillip Webb 2 years ago
parent
commit
c1fcce4a8d
  1. 2
      spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/packaging/native-image/introducing-graalvm-native-images.adoc

2
spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/packaging/native-image/introducing-graalvm-native-images.adoc

@ -100,7 +100,7 @@ There is a bean definition for the `myConfiguration` bean, and one for `myBean`. @@ -100,7 +100,7 @@ There is a bean definition for the `myConfiguration` bean, and one for `myBean`.
When a `myBean` instance is required, a `BeanInstanceSupplier` is called.
This supplier will invoke the `myBean()` method on the `myConfiguration` bean.
NOTE: During Spring AOT processing your application is started up to the point that bean definitions are available.
NOTE: During Spring AOT processing, your application is started up to the point that bean definitions are available.
Bean instances are not created during the AOT processing phase.
Spring AOT will generate code like this for all your bean definitions.

Loading…
Cancel
Save