File: Skeleton.java

package info (click to toggle)
eclipse-emf 2.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 50,964 kB
  • sloc: java: 407,889; xml: 7,165; sh: 200; makefile: 13
file content (20 lines) | stat: -rwxr-xr-x 211 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/**
 *
 */
package a.b.c;

import org.eclipse.emf.codegen.*;

/**
 *
 */
public class SKELETON_CLASS
{
  /**
   *
   */
  public static String generate(Object model)
  {
    return "";
  }
}