@Retention(value=RUNTIME)
 @Target(value=METHOD)
public @interface AccessorParameterExpression
| Modifier and Type | Optional Element and Description | 
|---|---|
java.lang.String | 
accessorName
The name of the business object accessor that uses the
 parameter. 
 | 
java.lang.String | 
name
The accessor parameter name. 
 |