KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > a > b > c > Skeleton


1 /**
2  *
3  */

4 package a.b.c;
5
6 import org.eclipse.emf.codegen.*;
7
8 /**
9  *
10  */

11 public class SKELETON_CLASS
12 {
13   /**
14    *
15    */

16   public static String JavaDoc generate(Object JavaDoc model)
17   {
18     return "";
19   }
20 }
21
Popular Tags