MinLength

@Target(allowedTargets = [AnnotationTarget.PROPERTY])
annotation class MinLength(length: Int)

Properties

Link copied to clipboard
val length: Int