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

jobs.InfoJob Maven / Gradle / Ivy

The newest version!
package jobs;

import io.mangoo.annotations.Run;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy