Package ubic.gemma.rest.annotations
Annotation Type GZIP
-
@Retention(RUNTIME) @Target(METHOD) public @interface GZIP
Used to annotate endpoints that will have their payload compressed withGZIPOutputStream
unconditionally. Note that using this annotation will disregard any form of content encoding negotiation for the endpoint. This should only be used on endpoints that produce significant payloads.- See Also:
GzipHeaderDecorator