Improve the documentation and discoverability of CoWebFilter

Closes gh-31877
This commit is contained in:
Sébastien Deleuze
2024-01-03 17:50:22 +01:00
parent 05ebca8677
commit 207b9a14f4
3 changed files with 5 additions and 1 deletions

View File

@@ -23,6 +23,9 @@ import reactor.core.publisher.Mono;
* be used to implement cross-cutting, application-agnostic requirements such
* as security, timeouts, and others.
*
* <p>Consider using {@code org.springframework.web.server.CoWebFilter} with
* Kotlin Coroutines.
*
* @author Rossen Stoyanchev
* @since 5.0
*/