Annotation Types Summary |
DateValidation |
Date validation rules |
DateValidations |
A field that hold multiple annotations
A trick to circumvent the absurd restriction on java 5 that the same annotation
cannot be applied to the same attribute more than once. |
FileValidation |
Validates an uploaded FileParameter |
FileValidations |
Validates multiple uploaded FileParameter |
ImageValidation |
Validates a FileParameter that is expected to contain only images |
NestedAnnotations |
Recursively process annotations inside the annotated attribute class. |
NumberValidation |
Number validation rules |
NumberValidations |
A field that hold multiple annotations
A trick to circumvent the absurd restriction on java 5 that the same annotation
cannot be applied to the same attribute more than once. |
RequiredValidation |
Mark a field as required |
RequiredValidations |
A field that hold multiple annotations
A trick to circumvent the absurd restriction on java 5 that the same annotation
cannot be applied to the same attribute more than once. |
StringValidation |
String validation rules |
StringValidations |
A field that hold multiple annotations
A trick to circumvent the absurd restriction on java 5 that the same annotation
cannot be applied to the same attribute more than once. |