From 0c668382688fc2f6fc242fba09a9adaef3c1277a Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Fri, 19 Feb 2016 15:16:48 +0000 Subject: [PATCH] Polish Javadoc for @RequestMapping --- .../springframework/web/bind/annotation/RequestMapping.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spring-web/src/main/java/org/springframework/web/bind/annotation/RequestMapping.java b/spring-web/src/main/java/org/springframework/web/bind/annotation/RequestMapping.java index e4430e9e4f0..6bc7160b507 100644 --- a/spring-web/src/main/java/org/springframework/web/bind/annotation/RequestMapping.java +++ b/spring-web/src/main/java/org/springframework/web/bind/annotation/RequestMapping.java @@ -280,7 +280,10 @@ import org.springframework.core.annotation.AliasFor; * @author Sam Brannen * @since 2.5 * @see RequestParam + * @see RequestAttribute + * @see PathVariable * @see ModelAttribute + * @see SessionAttribute * @see SessionAttributes * @see InitBinder * @see org.springframework.web.context.request.WebRequest