-
@Documented @Target({PARAMETER,FIELD}) @Retention(RUNTIME) public @interface RestHeader
只能注解于RestService类的方法的参数或参数内的String、java.net.InetSocketAddress字段详情见: https://redkale.org
- 作者:
- zhangjx
@Documented @Target({PARAMETER,FIELD}) @Retention(RUNTIME) public @interface RestHeader
详情见: https://redkale.org