Annotation Type 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.

    The value gives the relative position compared to other @AuxOut elements. Values must be unique. They do not have to be contiguous.

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      int value
      Relative position compared to other @AuxOut elements.
    • Element Detail

      • value

        int value
        Relative position compared to other @AuxOut elements. Values must be unique. They do not have to be contiguous.
        Returns: