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