@Documented
@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
public @interface RequestMapping
| 限定符和类型 | 必需的元素和说明 |
|---|---|
java.lang.String |
value |
| 限定符和类型 | 可选元素和说明 |
|---|---|
RequestMethod[] |
method |
java.lang.String |
responseContentType |
public abstract RequestMethod[] method