@Retention(value=RUNTIME)
 @Target(value=METHOD)
public @interface MessageParameterExpression
ValidatorExpression for
 information about declaring validators.| Modifier and Type | Optional Element and Description | 
|---|---|
java.lang.String | 
attributeName
The name of the business object attribute that declares the parameter's
 message. 
 | 
java.lang.String | 
name
The message parameter indentifier. 
 | 
java.lang.String | 
validatorName
The name of the validator that declares the parameter's message. 
 | 
public abstract java.lang.String name