-
@Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface AuxIn
Annotate a field or method representing an auxiliary input, such as anInput
or a method with single parameter. A port will be created on the component. Auxiliary inputs show after inputs, outputs, properties and triggers.The value gives the relative position compared to other @AuxIn elements. Values must be unique. They do not have to be contiguous.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description int
value
Relative position compared to other @AuxIn elements.
-