This commit is contained in:
Redkale
2017-06-18 21:58:28 +08:00
parent 2b62cbe455
commit 62139efca9

View File

@@ -30,6 +30,13 @@ public @interface RestOnMessage {
*/
String name();
/**
* 是否为二进制消息, 默认为文本消息
*
* @return boolean
*/
boolean isBinary() default false;
/**
* 备注描述
*