Annotation Interface RequestVariable


@Documented @Retention(RUNTIME) @Target(PARAMETER) public @interface RequestVariable
Annotation which indicates that a method parameter should be bound to a query string variable.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The name of the query string variable to bind to the method parameter.
  • Element Details

    • value

      String value
      The name of the query string variable to bind to the method parameter.
      Returns:
      The name of the query string variable to bind to the method parameter.