Annotation Interface AuxOut


@Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface AuxOut
Annotate a field representing an auxiliary output, such as Output. A port will be created on the component. Auxiliary outputs show after inputs, outputs, properties, triggers and auxiliary inputs.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    int
    Relative weight compared to other @AuxOut elements.
  • Element Details

    • value

      int value
      Relative weight compared to other @AuxOut elements. Elements will be sorted by weight, and then alphabetically. Higher weight elements will sort after lower weight elements.
      Returns:
      weight
      Default:
      0