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

package com.essar.automation.dhaval.exceltojava;

/**
 *
 * @author dhaval
 */
public class JavaGenerator {

    public String generate(JavaBean bean){

        return "";
    }
}
