Lambda that produces a JSON string containing version, release date, and build time.
Lambda that produces a plain-text string containing version, release date, and build time.
The timezone used for formatting build date/time strings.
Returns the build LocalDateTime from the Version annotation on this KClass, or null if the annotation is not present.
null
Returns the formatted build date/time string from the Version annotation on this KClass, or "Unknown" if the annotation is not present.
"Unknown"
Returns the version string from the Version annotation on this KClass, or "Unknown" if the annotation is not present.
Returns a description string containing version, release date, and build time from the Version annotation on this KClass.