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

jobs.InfoJobEveryHour Maven / Gradle / Ivy

There is a newer version: 9.1.0-Beta4
Show newest version
package jobs;

import io.mangoo.annotations.Run;

public class InfoJobEveryHour {
    @Run(at = "Every 3h")
    public void execute() {
        //Do nothing for now
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy