Package se.sperber.cryson.examples.simplecrysondiary

Source Code of se.sperber.cryson.examples.simplecrysondiary.Main

package se.sperber.cryson.examples.simplecrysondiary;

import se.sperber.cryson.CrysonServer;

public class Main {

  public static void main(String[] args) throws Throwable {
    CrysonServer crysonServer = new CrysonServer();
    crysonServer.init(args);
    crysonServer.start();
  }

}
TOP

Related Classes of se.sperber.cryson.examples.simplecrysondiary.Main

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.