@Retention(value=RUNTIME) @Target(value=TYPE) public @interface HttpTemplate
HttpClientAble
的类注册到HttpClientHelper
中Modifier and Type | Required Element and Description |
---|---|
String |
value
注册到
HttpClientHelper 的时候使用的注册名称 |
Modifier and Type | Optional Element and Description |
---|---|
boolean |
beDefault
是否将其作为默认使用的http模板,默认为false
|
public abstract String value
HttpClientHelper
的时候使用的注册名称Copyright © 2020. All rights reserved.