MinLength

@Target(allowedTargets = [AnnotationTarget.PROPERTY])
annotation class MinLength(val minLength: Int, val error: String = "")

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun MinLength.validator(): MaxLengthValidator