注释类型 DecompressGzip
@Documented
@MethodLifeCycle(DecompressGzipLifeCycle.class)
@Retention(RUNTIME)
@Target({METHOD,TYPE,ANNOTATION_TYPE})
public @interface DecompressGzip
标记是否开启解压GZIP响应内容的注解
- 从以下版本开始:
- 1.5.1
- 作者:
- gongjun[dt_flys@hotmail.com]
-
可选元素概要
可选元素
-
元素详细资料
-
value
boolean value否开启解压GZIP响应内容的注解- 返回:
true为开启,否则为不开启
- 默认值:
- true
-
encoding
String encoding压缩格式- 返回:
- 压缩格式
- 默认值:
- "gzip"
-