Annotation Type FormParam


@Target({PARAMETER,FIELD})
@Retention(RUNTIME)
public @interface FormParam
Marks a method parameter to be a form parameter.
  • Optional Element Summary

    Optional Elements
    Modifier and Type Optional Element Description
    String value
    The name of the form parameter.
  • Element Details

    • value

      The name of the form parameter.

      If left blank the method parameter name is used.

      Default:
      ""