DateAfter

@Target(allowedTargets = [AnnotationTarget.PROPERTY])
annotation class DateAfter(val year: Int, val month: Int, val day: 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 DateAfter.validator(): Validator<LocalDate>