Browse Source

Polish Javadoc for @RequestMapping

pull/980/head
Sam Brannen 9 years ago
parent
commit
0c66838268
  1. 3
      spring-web/src/main/java/org/springframework/web/bind/annotation/RequestMapping.java

3
spring-web/src/main/java/org/springframework/web/bind/annotation/RequestMapping.java

@ -280,7 +280,10 @@ import org.springframework.core.annotation.AliasFor; @@ -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

Loading…
Cancel
Save