Annotation Type EventSpecification


@Retention(RUNTIME) @Target(METHOD) public @interface EventSpecification
The description of an event which is required to identify that event in MYDATA.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The event action, defaults to the name of the annotated method
    the event description.
  • Element Details

    • action

      String action
      The event action, defaults to the name of the annotated method
      Returns:
      the action
      Default:
      ""
    • description

      String description
      the event description.
      Returns:
      the description
      Default:
      ""