Package-level declarations
Types
Link copied to clipboard
annotation class AlphaNumeric(val message: String = "", val messageKey: String = "", val groups: Array<KClass<*>> = [])
Link copied to clipboard
Link copied to clipboard
annotation class FutureOrPresent(val message: String = "", val messageKey: String = "", val groups: Array<KClass<*>> = [])
Link copied to clipboard
annotation class NegativeOrZero(val message: String = "", val messageKey: String = "", val groups: Array<KClass<*>> = [])
Link copied to clipboard
annotation class PastOrPresent(val message: String = "", val messageKey: String = "", val groups: Array<KClass<*>> = [])
Link copied to clipboard
annotation class PhoneNumber(val message: String = "", val messageKey: String = "", val groups: Array<KClass<*>> = [])
Link copied to clipboard
annotation class PositiveOrZero(val message: String = "", val messageKey: String = "", val groups: Array<KClass<*>> = [])
Link copied to clipboard
Link copied to clipboard
Specifies a conditional check determining whether constraints on the annotated property should be evaluated.