@Retention(value=RUNTIME) @Target(value={FIELD,METHOD}) public @interface AuxIn
Input
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.
Modifier and Type | Required Element and Description |
---|---|
int |
value
Relative position compared to other @AuxIn elements.
|