Version.java :  » Parser » XP-Parser » com » jclark » xml » Java Open Source

Java Open Source » Parser » XP Parser 
XP Parser » com » jclark » xml » Version.java
package com.jclark.xml;

/**
 * Defines constants specifying the XP version.
 *
 * @version $Revision: 1.4 $, $Date: 1998/12/28 08:16:59 $
 */
public interface Version {
  /**
   * A string specifying the XP version.
   */
  static String string = "0.5";
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.