Annotation Interface HttpParam


This decorator is used inside a method interpreted by the MethodController Object. It is used to get the registered keys by the HttpParamVariableController. The value of the annotation is the name of the key.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The value of the parameter key.
  • Element Details

    • value

      String value
      The value of the parameter key. By default, it assigns to "?". If the value is "?", the value will be the parameter name.
      Returns:
      The name of the parameter.
      Default:
      "?"