@Retention(RUNTIME)
@Target(PARAMETER)
public @interface FromQuery
inject parsed content of query parameter to annotated method parameter
-
Required Element Summary
Required Elements
| Modifier and Type |
Required Element |
Description |
java.lang.String |
value |
|