Maximum

@Target(allowedTargets = [AnnotationTarget.PROPERTY])
annotation class Maximum(max: String, exclusive: Boolean)

Properties

Link copied to clipboard
val exclusive: Boolean = false
Link copied to clipboard
val max: String