模块 org.redkale

注释类型 Param


  • @Documented
    @Target(PARAMETER)
    @Retention(RUNTIME)
    public @interface Param
    参数名注解,编译时加上 -parameters 参数可以不用此注解

    详情见: https://redkale.org

    从以下版本开始:
    2.8.0
    作者:
    zhangjx
    • 必需元素概要

      所需元素 
      修饰符和类型 必需的元素 说明
      String value  
    • 可选元素概要

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

      • comment

        String comment
        默认值:
        ""