模块 org.redkale

注释类型 RestPath


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

    用于获取HTTP请求URL HttpRequest.getRequestPath

    详情见: https://redkale.org

    作者:
    zhangjx
    • 可选元素概要

      可选元素 
      修饰符和类型 可选元素 说明
      String comment
      备注描述, 对应@HttpParam.comment
    • 元素详细资料

      • comment

        String comment
        备注描述, 对应@HttpParam.comment
        返回:
        String
        默认值:
        ""