Annotation Type Separator


  • @Retention(RUNTIME)
    @Target({PARAMETER,FIELD})
    public @interface Separator
    When used on a List parameter annotated with RestQuery, RESTEasy Reactive will split the value of the parameter (using the value of the annotation) and populate the list with those values.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value