Fix Javadoc link to DEFAULT_NONE in @RequestMapping
This commit is contained in:
parent
2a64834a44
commit
24d09a3b8d
|
|
@ -288,7 +288,7 @@ public @interface RequestMapping {
|
||||||
* <p><b>Supported at the type level as well as at the method level!</b>
|
* <p><b>Supported at the type level as well as at the method level!</b>
|
||||||
* When used at the type level, all method-level mappings inherit
|
* When used at the type level, all method-level mappings inherit
|
||||||
* this primary mapping, narrowing it for a specific handler method.
|
* this primary mapping, narrowing it for a specific handler method.
|
||||||
* @see org.springframework.web.bind.annotation.ValueConstants.DEFAULT_NONE
|
* @see org.springframework.web.bind.annotation.ValueConstants#DEFAULT_NONE
|
||||||
*/
|
*/
|
||||||
String[] value() default {};
|
String[] value() default {};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue