2 Replies Latest reply on Mar 23, 2016 5:11 AM by linkmone

    Roaster: how to add a list of annotations as annotation value?

    linkmone

      I am trying to attach the following annotation to a class:

       

      @MatrixMix (

          operations = {"op1", "op2", "op3", "op4", "op5" },

          mix = { @Row({ 50, 50, 50, 50 ,50 }),

                  @Row({ 50, 50, 50, 50 ,50 }),

                  @Row({ 50, 50, 50, 50 ,50 }),

                  @Row({ 50, 50, 50, 50 ,50 }),

                  @Row({ 50, 50, 50, 50 ,50 }) }

      )

       

      but I can't find a way to achieve this with Roaster. I can generate a @MatrixMix with operations through method setStringArrayValue, but I can't find one that allows the generation of the mix value.

       

      Does anyone have suggestions? Thank you!

       

      Message was edited by: Simone D'Avico Minor fixes