Annotation Type 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
      java.lang.String type
      The event type.
      java.lang.String value
      The event content.
    • Element Detail

      • type

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

        java.lang.String value
        The event content.
        Default:
        ""