Range

annotation class Range(val min: Long, val max: Long, val message: String = "", val messageKey: String = "", val groups: Array<KClass<*>> = [])

Properties

Link copied to clipboard
Link copied to clipboard
val max: Long
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val min: Long