Package com.tailf.dp.annotations
Annotation Interface ActionCallback
Annotation class for Action Callbacks Attributes are callPoint and callType
- Since:
- 3.2.0
-
Required Element Summary
Modifier and TypeRequired ElementDescriptionThe name of the callpoint implementing the actionThe type of the callback (INIT, ACTION, ABORT etc)
-
Element Details
-
callPoint
String callPointThe name of the callpoint implementing the action -
callType
ActionCBType[] callTypeThe type of the callback (INIT, ACTION, ABORT etc)
-