@Retention(value=RUNTIME) @Target(value={FIELD,METHOD}) public @interface AuxOut
Output
. A
port will be created on the component. Auxiliary outputs show after inputs,
outputs, properties, triggers and auxiliary inputs.
The value gives the relative position compared to other @AuxOut 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 @AuxOut elements.
|