Add missing @since tag
This commit is contained in:
@@ -31,6 +31,7 @@ import org.springframework.util.Assert;
|
|||||||
* invocation context.
|
* invocation context.
|
||||||
*
|
*
|
||||||
* @author Stephane Nicoll
|
* @author Stephane Nicoll
|
||||||
|
* @since 4.1
|
||||||
*/
|
*/
|
||||||
public abstract class BaseCacheResolver implements CacheResolver, InitializingBean {
|
public abstract class BaseCacheResolver implements CacheResolver, InitializingBean {
|
||||||
|
|
||||||
|
|||||||
@@ -27,6 +27,7 @@ import org.springframework.util.Assert;
|
|||||||
*
|
*
|
||||||
* @author Costin Leau
|
* @author Costin Leau
|
||||||
* @author Stephane Nicoll
|
* @author Stephane Nicoll
|
||||||
|
* @since 3.1
|
||||||
*/
|
*/
|
||||||
public abstract class CacheOperation implements BasicCacheOperation {
|
public abstract class CacheOperation implements BasicCacheOperation {
|
||||||
|
|
||||||
|
|||||||
@@ -35,6 +35,7 @@ import org.springframework.aop.support.DefaultPointcutAdvisor;
|
|||||||
* of the Spring reference documentation for more information.
|
* of the Spring reference documentation for more information.
|
||||||
*
|
*
|
||||||
* @author Costin Leau
|
* @author Costin Leau
|
||||||
|
* @since 3.1
|
||||||
* @see org.springframework.aop.framework.ProxyFactoryBean
|
* @see org.springframework.aop.framework.ProxyFactoryBean
|
||||||
* @see CacheInterceptor
|
* @see CacheInterceptor
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -32,6 +32,7 @@ import org.springframework.util.PatternMatchUtils;
|
|||||||
* by registered name.
|
* by registered name.
|
||||||
*
|
*
|
||||||
* @author Costin Leau
|
* @author Costin Leau
|
||||||
|
* @since 3.1
|
||||||
*/
|
*/
|
||||||
@SuppressWarnings("serial")
|
@SuppressWarnings("serial")
|
||||||
public class NameMatchCacheOperationSource implements CacheOperationSource, Serializable {
|
public class NameMatchCacheOperationSource implements CacheOperationSource, Serializable {
|
||||||
|
|||||||
@@ -28,6 +28,7 @@ import org.springframework.cache.CacheManager;
|
|||||||
* collection of name(s) against a given {@link CacheManager}.
|
* collection of name(s) against a given {@link CacheManager}.
|
||||||
*
|
*
|
||||||
* @author Stephane Nicoll
|
* @author Stephane Nicoll
|
||||||
|
* @since 4.1
|
||||||
*/
|
*/
|
||||||
public class NamedCacheResolver extends BaseCacheResolver {
|
public class NamedCacheResolver extends BaseCacheResolver {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user