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