Add missing @since tag

This commit is contained in:
Stephane Nicoll 2014-05-05 15:45:45 +02:00
parent ae30a60d03
commit 658f7f58df
5 changed files with 5 additions and 0 deletions

View File

@ -31,6 +31,7 @@ import org.springframework.util.Assert;
* invocation context.
*
* @author Stephane Nicoll
* @since 4.1
*/
public abstract class BaseCacheResolver implements CacheResolver, InitializingBean {

View File

@ -27,6 +27,7 @@ import org.springframework.util.Assert;
*
* @author Costin Leau
* @author Stephane Nicoll
* @since 3.1
*/
public abstract class CacheOperation implements BasicCacheOperation {

View File

@ -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
*/

View File

@ -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 {

View File

@ -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 {