mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-24 03:38:04 +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?
|
||||
* Check this: https://en.wikipedia.org/wiki/Cron
|
||||
# ┌───────────── 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)
|
||||
# │ │ │ │ │
|
||||
# │ │ │ │ │
|
||||
# * * * * *
|
||||
* */
|
||||
* second minute hour day month week year
|
||||
*/
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
public @interface Task {
|
||||
String taskName() default "NO_NAME";
|
||||
|
Loading…
Reference in New Issue
Block a user