Annotation Interface Event


@Retention(RUNTIME) public @interface Event
Representation of an event that causes the evaluation of a condition.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The event type.
    The event content.
  • Element Details

    • type

      String type
      The event type.
      Default:
      ""
    • value

      String value
      The event content.
      Default:
      ""