mirror of
https://e.coding.net/circlecloud/YumCore.git
synced 2025-09-01 11:26:56 +00:00
@ -35,7 +35,7 @@ public @interface Help {
|
||||
/**
|
||||
* @return 命令描述
|
||||
*/
|
||||
String description() default "无";
|
||||
String description();
|
||||
|
||||
/**
|
||||
* @return 当前命令可能需要的参数
|
||||
|
@ -1,13 +1,13 @@
|
||||
package pw.yumc.YumCore.commands.annotation;
|
||||
|
||||
/**
|
||||
*
|
||||
* @since 2016年7月23日 上午9:04:56
|
||||
* @author 喵♂呜
|
||||
*/
|
||||
public @interface Sort {
|
||||
/**
|
||||
* @return 命令排序
|
||||
*/
|
||||
int sort() default 50;
|
||||
}
|
||||
package pw.yumc.YumCore.commands.annotation;
|
||||
|
||||
/**
|
||||
*
|
||||
* @since 2016年7月23日 上午9:04:56
|
||||
* @author 喵♂呜
|
||||
*/
|
||||
public @interface Sort {
|
||||
/**
|
||||
* @return 命令排序
|
||||
*/
|
||||
int sort();
|
||||
}
|
||||
|
Reference in New Issue
Block a user