mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-27 22:18:09 +00:00
comments del
This commit is contained in:
parent
4d23d90252
commit
00e88be464
@ -6,17 +6,8 @@ import java.lang.annotation.RetentionPolicy;
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* So what is cron expression?
|
* So what is cron expression?
|
||||||
* Check this: https://en.wikipedia.org/wiki/Cron
|
* second minute hour day month week year
|
||||||
# ┌───────────── minute (0 - 59)
|
*/
|
||||||
# │ ┌───────────── hour (0 - 23)
|
|
||||||
# │ │ ┌───────────── day of the month (1 - 31)
|
|
||||||
# │ │ │ ┌───────────── month (1 - 12)
|
|
||||||
# │ │ │ │ ┌───────────── day of the week (0 - 6) (Sunday to Saturday;
|
|
||||||
# │ │ │ │ │ 7 is also Sunday on some systems)
|
|
||||||
# │ │ │ │ │
|
|
||||||
# │ │ │ │ │
|
|
||||||
# * * * * *
|
|
||||||
* */
|
|
||||||
@Retention(RetentionPolicy.RUNTIME)
|
@Retention(RetentionPolicy.RUNTIME)
|
||||||
public @interface Task {
|
public @interface Task {
|
||||||
String taskName() default "NO_NAME";
|
String taskName() default "NO_NAME";
|
||||||
|
Loading…
Reference in New Issue
Block a user