完善 @TCommand 注解

新增 TCommandHandler 类用于动态命令注册
This commit is contained in:
坏黑
2018-08-27 00:21:06 +08:00
parent 20ec68ff7f
commit 1e50bd526b
33 changed files with 474 additions and 788 deletions

View File

@@ -5,6 +5,7 @@ import java.util.LinkedList;
/**
* @author sky
*/
@Deprecated
public class ThreadUtils {
private static final LinkedList<Runnable> queue = new LinkedList<>();