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

com.elo7.nightfall.distcp.NightfallDistcpJob Maven / Gradle / Ivy

package com.elo7.nightfall.distcp;

import com.elo7.nightfall.di.NightfallApplication;
import com.elo7.nightfall.distcp.provider.DateWindow;

@DateWindow
public class NightfallDistcpJob {

	public static void main(String[] args) {
		NightfallApplication.run(NightfallDistcpJob.class, args);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy