DateBefore

@Target(allowedTargets = [AnnotationTarget.PROPERTY])
annotation class DateBefore(val day: Int, val month: Int, val year: Int, val error: String = "")

Properties

Link copied to clipboard
val day: Int
Link copied to clipboard
Link copied to clipboard
val month: Int
Link copied to clipboard
val year: Int

Functions

Link copied to clipboard
fun DateBefore.validator(): Validator<LocalDate>