MaxProperties

@Target(allowedTargets = [AnnotationTarget.PROPERTY])
annotation class MaxProperties(properties: Int)

Properties

Link copied to clipboard
val properties: Int