Skip to content

Commit 035cc72

Browse files
committed
Polishing
1 parent 29a39b6 commit 035cc72

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

framework-docs/modules/ROOT/pages/web/webflux/controller/ann-methods/modelattrib-method-args.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ By default, any argument that is not a simple value type (as determined by
166166
and is not resolved by any other argument resolver is treated as if it were annotated
167167
with `@ModelAttribute`.
168168

169-
WARNING: When compiling to native images, implicit `@ModelAttribute` as described above does
170-
not allow proper ahead-of-time inference of related data binding reflection hints. As a consequence,
171-
it is recommended to annotate explicitly with `@ModelAttribute` method parameters for such use case
172-
with GraalVM.
169+
WARNING: When compiling to a native image with GraalVM, the implicit `@ModelAttribute`
170+
support described above does not allow proper ahead-of-time inference of related data
171+
binding reflection hints. As a consequence, it is recommended to explicitly annotate
172+
method parameters with `@ModelAttribute` for use in a GraalVM native image.

framework-docs/modules/ROOT/pages/web/webmvc/mvc-controller/ann-methods/modelattrib-method-args.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ By default, any argument that is not a simple value type (as determined by
216216
and is not resolved by any other argument resolver is treated as if it were annotated
217217
with `@ModelAttribute`.
218218

219-
WARNING: When compiling to native images, implicit `@ModelAttribute` as described above does
220-
not allow proper ahead-of-time inference of related data binding reflection hints. As a consequence,
221-
it is recommended to annotate explicitly with `@ModelAttribute` method parameters for such use case
222-
with GraalVM.
219+
WARNING: When compiling to a native image with GraalVM, the implicit `@ModelAttribute`
220+
support described above does not allow proper ahead-of-time inference of related data
221+
binding reflection hints. As a consequence, it is recommended to explicitly annotate
222+
method parameters with `@ModelAttribute` for use in a GraalVM native image.

0 commit comments

Comments
 (0)