fun lessThanVer(param: String, value: String, id: String? = null): Unit
Adds a requirement that the value of the specified parameter is less than the given value as a version
param - parameter name
param
value - version to check
value
id - optional requirement id, if not specified will be generated
id