From 61d8774da0c9fb72f73a30cd3eb13f11ed5ea9be Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Tue, 29 Nov 2022 13:54:46 +0100 Subject: [PATCH] Add missing callout --- framework-docs/src/docs/asciidoc/web/webflux.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/framework-docs/src/docs/asciidoc/web/webflux.adoc b/framework-docs/src/docs/asciidoc/web/webflux.adoc index f56fd1e6e1..ad24380f7b 100644 --- a/framework-docs/src/docs/asciidoc/web/webflux.adoc +++ b/framework-docs/src/docs/asciidoc/web/webflux.adoc @@ -3398,6 +3398,7 @@ The following example uses the `@InitBinder` annotation: // ... } ---- +<1> Using the `@InitBinder` annotation. -- Alternatively, when using a `Formatter`-based setup through a shared