@ -83,8 +83,8 @@ many of the same algorithms.
@@ -83,8 +83,8 @@ many of the same algorithms.
The end result is a programming model identical to today's Spring MVC but
with support for reactive types and executed in a reactive manner.
For example a controller method can declare the following as an
`@RequestBody` method argument:
For example a controller method can declare a `@RequestBody` method argument
in any one of the following ways:
* `Account account` -- the account is deserialized without
blocking before the controller is invoked.
@ -94,7 +94,8 @@ to declare logic to be executed after the account is deserialized.
@@ -94,7 +94,8 @@ to declare logic to be executed after the account is deserialized.