注释类型 RapMock


  • @Retention(SOURCE)
    @Target(FIELD)
    public @interface RapMock
    rap mock support annotation
    • 可选元素概要

      可选元素 
      修饰符和类型 可选元素 说明
      java.lang.String limit
      the limit of the parameter, for example: parameter of 'string|1-10' is '1-10'
      java.lang.String value
      mock value
    • 元素详细资料

      • limit

        java.lang.String limit
        the limit of the parameter, for example: parameter of 'string|1-10' is '1-10'
        返回:
        默认值:
        ""
      • value

        java.lang.String value
        mock value
        返回:
        默认值:
        ""