mirror of
https://github.com/LamGC/Oracle-Sentry.git
synced 2025-04-29 22:27:34 +00:00
docs: 补充类文档.
补充类文档中的说明部分.
This commit is contained in:
parent
bec7010d43
commit
e5b08bc12a
@ -13,6 +13,7 @@ import java.util.NoSuchElementException;
|
|||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* 实例网络操作类.
|
||||||
* @author LamGC
|
* @author LamGC
|
||||||
*/
|
*/
|
||||||
public class InstanceNetwork {
|
public class InstanceNetwork {
|
||||||
|
@ -11,6 +11,8 @@ import org.springframework.scheduling.support.CronTrigger;
|
|||||||
import java.util.concurrent.ScheduledFuture;
|
import java.util.concurrent.ScheduledFuture;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* 时间触发器.
|
||||||
|
* <p> 通过设置 Cron 时间表达式, 可以达到定时触发的效果.
|
||||||
* @author LamGC
|
* @author LamGC
|
||||||
*/
|
*/
|
||||||
@SuppressWarnings("unused")
|
@SuppressWarnings("unused")
|
||||||
|
Loading…
Reference in New Issue
Block a user