/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.ptc.tifworkbench.generator; /** * * @author pbowden */ public interface JavaClassWriter { public void writeClass() throws Exception; }