Package org.sablecc.objectmacro.launcher

Source Code of org.sablecc.objectmacro.launcher.Version

/* Generated by build.xml */

package org.sablecc.objectmacro.launcher;

import org.sablecc.exception.InternalException;

/**
* This class provides the version.
*/
public class Version {

    /** The version. */
    public static final String VERSION = "4-beta.2";

    /** Prevents instantiation of this class. */
    private Version() {

        throw new InternalException("no instance allowed");
    }
}
TOP

Related Classes of org.sablecc.objectmacro.launcher.Version

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.