/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.oracle.javaee7.samples.batch.cmt.chunk; /** * * @author makannan */ public interface IdGenerator { public String nextId(); }