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