Package io.github.arasdenizhan.annotations
package io.github.arasdenizhan.annotations
-
Annotation TypesClassDescriptionAnnotation used to validate whether a string represents a valid email address.Annotation used to validate a LocalDate input is after from supplied date.Annotation used to validate the length of a string with specified minimum and maximum values.Annotation used to validate an integer input to be less than the max valueAnnotation used to validate an integer input to be greeter than the min valueAnnotation used to validate a string to be not null and contain at least 1 char.Annotation used to validate a string for nullability.Annotation used to validate a LocalDate input is before from supplied date.Annotation used to validate a string for given regEx pattern.