Annotation Interface ActionCallback


@Retention(RUNTIME) @Target(METHOD) public @interface ActionCallback
Annotation class for Action Callbacks Attributes are callPoint and callType
Since:
3.2.0
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The name of the callpoint implementing the action
    The type of the callback (INIT, ACTION, ABORT etc)
  • Element Details

    • callPoint

      String callPoint
      The name of the callpoint implementing the action
    • callType

      ActionCBType[] callType
      The type of the callback (INIT, ACTION, ABORT etc)