@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
@Documented
public @interface ValidateNestedProperties
Annotation used to capture the validation needs of nested properties within an ActionBean. It
contains a simple array of the Validate annotations. Each Validate annotation must have its
field property set to the name of the field within the annotated property that is to be validated.
- Author:
- Tim Fennell