Book a Demo

Author Topic: Java Import  (Read 3513 times)

John Espitia

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Java Import
« on: November 04, 2016, 06:41:05 am »
Im working with "Code Template Framework", i begun using de Entity Beans Example and I modified for specific purposes, I need to include in the java code generated from the resulting model (transformed) some import sentences for example:

import com.googlecode.javacv.CanvasFrame;
import com.googlecode.javacv.FrameGrabber;
import com.colorfulwolf.webcamapplet.gui.ImagePanel;

Anyone knows how i can write in a transformation this kind of expressions?