com.calfater.mailcarbon.util
Class ApplicationConstant

java.lang.Object
  extended by com.calfater.mailcarbon.util.ApplicationConstant

public class ApplicationConstant
extends java.lang.Object

Global Constants for the application.


Field Summary
static java.lang.String VERSION
          Application version.
 
Constructor Summary
ApplicationConstant()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

public static final java.lang.String VERSION
Application version.

See Also:
Constant Field Values
Constructor Detail

ApplicationConstant

public ApplicationConstant()