-
@Documented @Target(PARAMETER) @Retention(RUNTIME) public @interface Param
参数名注解,编译时加上 -parameters 参数可以不用此注解详情见: https://redkale.org
- 从以下版本开始:
- 2.8.0
- 作者:
- zhangjx
@Documented @Target(PARAMETER) @Retention(RUNTIME) public @interface Param
详情见: https://redkale.org