您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
概要:
字段
必需
可选
详细资料:
字段
元素
概要:
字段 |
必需
|
可选
详细资料:
字段 |
元素
SEARCH
程序包
com.iohao.game.action.skeleton.annotation
批注接口 DocActionSend
@Target
(
TYPE
)
@Retention
(
RUNTIME
)
@Documented
@Repeatable
(
DocActionSends.class
)
@Deprecated
public @interface
DocActionSend
已过时。
请使用
BroadcastDocument
代替
文档相关
仅用于推送文档生成
作者:
渔民小镇
日期:
2022-01-31
必需元素概要
所需元素
修饰符和类型
必需的元素
说明
int
cmd
已过时。
主路由
Class
<?>
dataClass
已过时。
业务对象class
int
subCmd
已过时。
子路由
可选元素概要
可选元素
修饰符和类型
可选元素
说明
String
description
已过时。
推送描述
元素详细资料
cmd
int
cmd
已过时。
主路由
subCmd
int
subCmd
已过时。
子路由
dataClass
Class
<?>
dataClass
已过时。
业务对象class
description
String
description
已过时。
推送描述
默认值:
""
BroadcastDocument
代替