/* JFox, the OpenSource J2EE Application Server // head * * Copyright (C) 2002 huihoo.com * Distributable under GNU LGPL license * See the GNU Lesser General Public License for more details. */ package com.huihoo.jfox; import java.util.Map; // import java class by single import java.util.HashMap; import javax.management.MBeanServer; // import javax class by single import javax.management.MBeanInfo; // blank line import com.huihoo.jfox.jndi.Server; // import other class /** // class javadoc * * @author Young Yang // author with email */ public class Test { /** // method javadoc, if needed * application entry * @param args * @return void */ public static void main(String[] args){ } }