1 /*
2 * Created on 12 Nov 2007
3 *
4 */
5 package org.sourceforge.jemm.util;
6
7 /**
8 * JEMMObject is an interface used by the model code generation phase to mark
9 * objects that make up part of the model. Each model item will be assigned
10 * a JemmId for its lifetime (which is managed by the JEMM subsystem).
11 *
12 * @author Rory Graves
13 *
14 */
15 public interface JEMMObject {
16 }