MaxLength

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

Properties

Link copied to clipboard
Link copied to clipboard

Functions

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