org.eiichiro.jazzmaster.aspectj
Class Version

java.lang.Object
  extended by org.eiichiro.jazzmaster.aspectj.Version

public class Version
extends java.lang.Object

Version represents the serial version for this Jazzmaster AspectJ build.

Author:
Eiichiro Uchiumi

Field Summary
static int BUILD
          Serial build version for this build.
static int MAJOR
          Serial major version for this build.
static int MINER
          Serial miner version for this build.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAJOR

public static final int MAJOR
Serial major version for this build.

See Also:
Constant Field Values

MINER

public static final int MINER
Serial miner version for this build.

See Also:
Constant Field Values

BUILD

public static final int BUILD
Serial build version for this build.

See Also:
Constant Field Values


Copyright © 2009-2010 Eiichiro Uchiumi. All Rights Reserved.