-
@Documented @Target({PARAMETER,FIELD}) @Retention(RUNTIME) public @interface RestLocale
只能注解于Service类的方法的String参数或参数内的String字段用于获取HTTP请求端的Locale国际化 HttpRequest.getLocale
详情见: https://redkale.org
- 从以下版本开始:
- 2.7.0
- 作者:
- zhangjx
-
-
元素详细资料
-
comment
String comment
备注描述- 返回:
- String
- 默认值:
- ""
-
-