命令模式源码

This commit is contained in:
2020-07-21 16:15:28 +08:00
parent 5d38b20045
commit ec0a775c4b

View File

@@ -2,6 +2,9 @@ package top.fjy8018.designpattern.pattern.behavior.command;
/**
* 命令抽象
* <p>
* Java相关源码 {@link Runnable} 可理解为命令抽象
* 其实现类为具体的命令
*
* @author F嘉阳
* @date 2020/7/21 15:58