注释类型 Retryer
@Documented
@MethodLifeCycle(RetryerLifeCycle.class)
@Retention(RUNTIME)
@Target({METHOD,TYPE,ANNOTATION_TYPE})
public @interface Retryer
请求重试器注解
- 作者:
- gongjun [dt_flys@hotmail.com]
-
必需元素概要
所需元素
-
元素详细资料
-
value
Class<? extends ForestRetryer> value所要的配置的 Forest 请求重试器类- 返回:
- 请求重试器类
-