docs: 补充类文档.

补充类文档中的说明部分.
This commit is contained in:
LamGC 2021-09-05 15:42:45 +08:00
parent bec7010d43
commit e5b08bc12a
Signed by: LamGC
GPG Key ID: 6C5AE2A913941E1D
2 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,7 @@ import java.util.NoSuchElementException;
import java.util.Set;
/**
* 实例网络操作类.
* @author LamGC
*/
public class InstanceNetwork {

View File

@ -11,6 +11,8 @@ import org.springframework.scheduling.support.CronTrigger;
import java.util.concurrent.ScheduledFuture;
/**
* 时间触发器.
* <p> 通过设置 Cron 时间表达式, 可以达到定时触发的效果.
* @author LamGC
*/
@SuppressWarnings("unused")