Class RuntimeConstants

  • Direct Known Subclasses:
    ApplicationConstants

    @OpenApi
    public class RuntimeConstants
    extends java.lang.Object
    This class holds various application related information.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String VERSION
      Application version number
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getFullVersion()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • VERSION

        @OpenApi
        public static final java.lang.String VERSION
        Application version number
        See Also:
        Constant Field Values
    • Method Detail

      • getFullVersion

        @OpenApi
        public static java.lang.String getFullVersion()
        Returns:
        application version + patch version