Annotation Type T


  • @Retention(RUNTIME)
    @Target({FIELD,METHOD})
    public @interface T
    Mark a field or method as a trigger (action). A control and port will be automatically created unless otherwise overridden. The @T annotation may be used on zero-parameter methods, and fields of type Trigger and boolean. NB. Note that boolean fields will be set to true when the trigger occurs and must be manually set back to false.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      int value
      Relative position compared to other @T elements.
    • Element Detail

      • value

        int value
        Relative position compared to other @T elements. Values must be unique. They do not have to be contiguous.
        Returns:
        position