|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value={FIELD,METHOD})
@Retention(value=RUNTIME)
public @interface ValidatorFieldAnnotation to put on each field or method linked to a validator.
| Required Element Summary | |
|---|---|
String |
propertyName
Obtain the name of the bean property to validate. |
String |
validatorId
Obtain the id of the validator used for the field. |
| Optional Element Summary | |
|---|---|
String |
editorName
Obtain the name of the property editor. |
| Element Detail |
|---|
public abstract String validatorId
public abstract String propertyName
public abstract String editorName
propertyName().
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||