All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jobs.InfoJobCron Maven / Gradle / Ivy

The newest version!
package jobs;

import io.mangoo.annotations.Run;

public class InfoJobCron {
    @Run(at = "0/1 * * * *")
    public void execute() {
        //do nothing for now
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy