@Retention(value=RUNTIME)
@Target(value=PARAMETER)
@Documented
public @interface Param
value() stand for the key of request param and the annotated parameter represents the according value
value and isBody should not both be empty/false, otherwise the param will be ignored
Copyright © 2019. All Rights Reserved.