Annotation Type BinderParam


  • @Target(PARAMETER)
    @Retention(RUNTIME)
    public @interface BinderParam
    Designates that this parameter will modify the request, possibly including adding an payload to it.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Class<? extends Binder> value
      how to persist this payload.
    • Element Detail

      • value

        Class<? extends Binder> value
        how to persist this payload.