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

jobs.InfoJobEveryDay Maven / Gradle / Ivy

The newest version!
package jobs;

import io.mangoo.annotations.Run;

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

    public void foo() {
    }

    @SuppressWarnings("ALL")
    public void bar() {
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy