Package org.thymeleaf
Class Thymeleaf
- Object
-
- org.thymeleaf.Thymeleaf
-
public final class Thymeleaf extends Object
Class meant to keep some constants related to the version of the Thymeleaf library being used, build date, etc.
- Since:
- 3.0.0
- Author:
- Daniel Fernández
-
-
Field Summary
Fields Modifier and Type Field Description static StringBUILD_TIMESTAMPstatic StringVERSIONstatic intVERSION_BUILDstatic intVERSION_MAJORstatic intVERSION_MINORstatic StringVERSION_TYPE
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisVersionStableRelease()
-
-
-
Field Detail
-
VERSION
public static final String VERSION
-
BUILD_TIMESTAMP
public static final String BUILD_TIMESTAMP
-
VERSION_MAJOR
public static final int VERSION_MAJOR
-
VERSION_MINOR
public static final int VERSION_MINOR
-
VERSION_BUILD
public static final int VERSION_BUILD
-
VERSION_TYPE
public static final String VERSION_TYPE
-
-