Annotation Interface 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>
    how to persist this payload.
  • Element Details

    • value

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