提交 658f7f58 编写于 作者: S Stephane Nicoll

Add missing @since tag

上级 ae30a60d
......@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册