net.sourceforge.stripes.validation
Annotation Type ValidateNestedProperties
@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
value
public abstract Validate[] value
? Copyright 2005-2006, Stripes Development Team.