MaxItems

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

Properties

Link copied to clipboard
val items: Int