Annotation Interface AuxIn


@Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface AuxIn
Annotate a field or method representing an auxiliary input, such as an Input or a method with single parameter. A port will be created on the component.
  • Optional Element Summary

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

    • value

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