@Retention(value=RUNTIME)
 @Target(value=METHOD)
public @interface ValidatorExpression
| Modifier and Type | Optional Element and Description | 
|---|---|
java.lang.String | 
attributeName
The name of the business object attribute that depends upon the
 validator. 
 | 
java.lang.String | 
name
The validator name. 
 |