MinItems

@Target(allowedTargets = [AnnotationTarget.PROPERTY])
annotation class MinItems(items: Int)

Properties

Link copied to clipboard
val items: Int