-
@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 typeTrigger
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.
-