Min

@Target(allowedTargets = [AnnotationTarget.PROPERTY])
annotation class Min(val value: Long)

Validates that the numeric property value is at least value.

Properties

Link copied to clipboard
val value: Long

the minimum allowed value (inclusive)