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
-
Element Details
-
value
String valueThe 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:
- "?"
-