注释类型 Backend
@Documented
@MethodLifeCycle(BackendLifeCycle.class)
@Retention(RUNTIME)
@Target({METHOD,TYPE,ANNOTATION_TYPE})
public @interface Backend
Forest后端框架注解
可用于指定请求接口所对应的后端,列如:
@Backend("okhttp3")
@Post("/")
public String send();
或者- 从以下版本开始:
- 1.5.2
- 作者:
- gongjun [dt_flys@hotmail.com]
-
必需元素概要
所需元素
-
元素详细资料
-
value
String valueForest后端框架名称- 返回:
- Forest后端框架名称
-