@Retention(value=RUNTIME)
 @Target(value=METHOD)
public @interface TriggerExpression
| Modifier and Type | Optional Element and Description | 
|---|---|
java.lang.String | 
attributeName
The name of the business object attribute that depends upon the
 trigger. 
 | 
java.lang.String | 
name
The trigger name. 
 | 
java.lang.String | 
triggerType
The time in the business object lifecycle when the trigger will be fired. 
 | 
public abstract java.lang.String name
public abstract java.lang.String triggerType