提交 6d7bf805 编写于 作者: S Sam Brannen

Polishing

上级 0f76acc9
......@@ -95,7 +95,7 @@ public @interface RequestMapping {
* When used at the type level, all method-level mappings inherit
* this primary mapping, narrowing it for a specific handler method.
* <p><strong>NOTE</strong>: A handler method that is not mapped to any path
* explicitly, is effectively mapped to an empty path.
* explicitly is effectively mapped to an empty path.
*/
@AliasFor("path")
String[] value() default {};
......@@ -110,7 +110,7 @@ public @interface RequestMapping {
* When used at the type level, all method-level mappings inherit
* this primary mapping, narrowing it for a specific handler method.
* <p><strong>NOTE</strong>: A handler method that is not mapped to any path
* explicitly, is effectively mapped to an empty path.
* explicitly is effectively mapped to an empty path.
* @since 4.2
*/
@AliasFor("value")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册