2 Replies Latest reply on Feb 24, 2017 11:13 AM by sbordes

    Roaster Parameter with Ellipsis support

    sbordes

      Roaster allows adding Array as parameter.

       

      myMethod.addParameter("java.lang.String[]", "args");

       

      Is there an hidden way to add ellipsis instead like this :

       

      myMethod.addParameter("java.lang.String...", "args");

       

      I saw into the code that ellipsis are not managed yet, if necessary I will try to send a pull request to fix it

       

      Thanks!