| org.caramba.validator.Required
Required | public @interface Required(Code) | | Add this annotation to your field, which contains Validatable Component. It will add the
RequiredValidator the component's ValidatorSet.
author: Pieter Degraeuwe |
messageKey | String messageKey(Code) | | the message key, used to construct the error message. defaults to "errors.required" |
|
|