Annotation Interface Out


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

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

    • value

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