1 /* JFox, the OpenSource J2EE Application Server2 *3 * Distributable under GNU LGPL license by gun.org4 * more details please visit http://www.huihoo.org/jfox5 */6 package org.jfox.deployment;7 8 import org.jfox.ioc.deployment.Deployable;9 10 /**11 * @author <a HREF="mailto:young_yy@hotmail.com">Young Yang</a>12 */13 14 public abstract class J2EEModule implements Deployable {15 16 public static void main(String [] args) {17 18 }19 20 }21 22