@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface HttpReq
The url is specified by value(), and the method() declares the request method such as GET/POST/PUT
and timeout() provides the request timeout.
Copyright © 2019. All Rights Reserved.