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

com.jpattern.batch.Job Maven / Gradle / Ivy

The newest version!
package com.jpattern.batch;

/**
 * 
 * @author cinafr
 *
 */
public interface Job {

	String getName();

	String getGroup();

	void execute();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy