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
      String action
      The event action, defaults to the name of the annotated method
      String description
      the event description.
    • Element Detail

      • 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:
        ""