All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.expanset.jersey.caching.ClientNoCache Maven / Gradle / Ivy

The newest version!
package com.expanset.jersey.caching;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
 * The annotation for resource methods adding the HTTP header Cache-Control to the response.
 * 

The value forbidding a caching is formed.

*/ @Target({ElementType.TYPE, ElementType.METHOD}) @Retention(RetentionPolicy.RUNTIME) public @interface ClientNoCache { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy