isOlderThan

open fun isOlderThan(version: JavaVersion): Boolean

Return if this version is older than a given version.

Return

true if this version is older than version

Parameters

version

the version to compare