TimeBefore

@Target(allowedTargets = [AnnotationTarget.PROPERTY])
annotation class TimeBefore(val hour: Int, val minute: Int, val second: Int, val error: String = "")

Properties

Link copied to clipboard
Link copied to clipboard
val hour: Int
Link copied to clipboard
val minute: Int
Link copied to clipboard
val second: Int

Functions

Link copied to clipboard
fun TimeBefore.validator(): Validator<LocalTime>