package batch; import javax.batch.api.Decider; import javax.batch.runtime.StepExecution; public class MyDecider4 implements Decider { public MyDecider4() { // TODO Auto-generated constructor stub } @Override public String decide(StepExecution[] arg0) throws Exception { // TODO Auto-generated method stub return null; } }