完善 @TCommand 注解
新增 TCommandHandler 类用于动态命令注册
This commit is contained in:
@@ -5,6 +5,7 @@ import java.util.LinkedList;
|
||||
/**
|
||||
* @author sky
|
||||
*/
|
||||
@Deprecated
|
||||
public class ThreadUtils {
|
||||
|
||||
private static final LinkedList<Runnable> queue = new LinkedList<>();
|
||||
|
||||
Reference in New Issue
Block a user