@Inherited @Retention(value=RUNTIME) @Target(value=METHOD) public @interface ApiOper
| 限定符和类型 | 可选元素和说明 |
|---|---|
Class<?> |
containerClass
对于某些没有返回值(void)的方法,其调用其他方法渲染数据时,可以通过其设置顶级的类 比如 Ret 或者 Map 之类的
|
ContentType |
contentType
Http 的 Content-Type
|
String |
notes
描述
|
int |
orderNo
生成文档的排序
|
String |
paraNotes
参数描述
|
public abstract ContentType contentType
public abstract int orderNo
public abstract Class<?> containerClass
Copyright © 2024. All rights reserved.