Rev 10 | Rev 323 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
/****/package in.shop2020.metamodel.util;import java.io.Serializable;/*** Parent class of all meta-model classes. They need to be Serializable to* support storage and retrieval.** @author naveen**/public abstract class MetaModelComponent implements Serializable {/****/private static final long serialVersionUID = 1L;}