We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6685e78 + d6b6004 commit 22029b4Copy full SHA for 22029b4
src/docs/asciidoc/web/webflux.adoc
@@ -1851,8 +1851,8 @@ and others) and is equivalent to `required=false`.
1851
| For access to name-value pairs in URI path segments. See <<webflux-ann-matrix-variables>>.
1852
1853
| `@RequestParam`
1854
-| For access to Servlet request parameters. Parameter values are converted to the declared
1855
- method argument type. See <<webflux-ann-requestparam>>.
+| For access to query parameters. Parameter values are converted to the declared method argument
+ type. See <<webflux-ann-requestparam>>.
1856
1857
Note that use of `@RequestParam` is optional -- for example, to set its attributes.
1858
See "`Any other argument`" later in this table.
0 commit comments