@Retention(value=RUNTIME) @Target(value=METHOD) public @interface Schedule
String
cron
long
delay
name
public abstract String cron
public abstract String name
If you want to manually manipulate a task, suggest specifying the name.
public abstract long delay
Copyright © 2019. All rights reserved.