Links from @RequestMapping to reference docs

Issue: SPR-16266
This commit is contained in:
Rossen Stoyanchev
2018-01-08 09:29:52 -05:00
parent 73cad470e5
commit 446e7ed25c
3 changed files with 32 additions and 26 deletions

View File

@@ -43,7 +43,9 @@ import org.springframework.web.reactive.result.method.InvocableHandlerMethod;
import org.springframework.web.server.ServerWebExchange;
/**
* Supports the invocation of {@code @RequestMapping} methods.
* Supports the invocation of
* {@link org.springframework.web.bind.annotation.RequestMapping @RequestMapping}
* handler methods.
*
* @author Rossen Stoyanchev
* @since 5.0