org.objectweb.speedo.api
Class SpeedoVersion

java.lang.Object
  extended byorg.objectweb.speedo.api.SpeedoVersion

public final class SpeedoVersion
extends java.lang.Object

This class holds the version of Speedo. Be careful the field #SPEEDO_VERSION is not final because it is changed by byte code enhancement after the compilation according to a properties defined elsewhere (build.properties).

Author:
S.Chassande-Barrioz

Field Summary
static java.lang.String SPEEDO_VERSION
           
 
Constructor Summary
SpeedoVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SPEEDO_VERSION

public static java.lang.String SPEEDO_VERSION
Constructor Detail

SpeedoVersion

public SpeedoVersion()