
com.jpattern.batch.Job Maven / Gradle / Ivy
package com.jpattern.batch;
/**
*
* @author cinafr
*
*/
public interface Job {
String getName();
String getGroup();
void execute();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy