/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

package com.essar.automation.dhaval.exceltojava;

/**
 *
 * @author dhaval
 */
public interface CodeGenerator {

    String generateCode();
}
