模块 org.redkale

注释类型 RestLocale


  • @Documented
    @Target({PARAMETER,FIELD})
    @Retention(RUNTIME)
    public @interface RestLocale
    只能注解于Service类的方法的String参数或参数内的String字段

    用于获取HTTP请求端的Locale国际化 HttpRequest.getLocale

    详情见: https://redkale.org

    从以下版本开始:
    2.7.0
    作者:
    zhangjx
    • 可选元素概要

      可选元素 
      修饰符和类型 可选元素 说明
      String comment
      备注描述
    • 元素详细资料

      • comment

        String comment
        备注描述
        返回:
        String
        默认值:
        ""