| Used to attach validation constraints directly to a property (either the getter or the setter
method). The annotation value is a comma seperated list of validation constraints,
each one identifying a validator type (such as "required", "minlength") and optionally, a
constraint value. Most validators need a constraint value, which is seperated from the type by an
equals size (i.e., "maxlength=30").
|