Update @author tag

This commit is contained in:
Stephane Nicoll 2016-02-17 14:50:29 +01:00
parent 43d72871bd
commit 513c1ea3d9
4 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,7 @@ package org.springframework.cache.interceptor;
* Class describing a cache 'evict' operation.
*
* @author Costin Leau
* @author Marcin Kamionowski
* @since 3.1
*/
public class CacheEvictOperation extends CacheOperation {

View File

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

View File

@ -21,6 +21,7 @@ package org.springframework.cache.interceptor;
*
* @author Costin Leau
* @author Phillip Webb
* @author Marcin Kamionowski
* @since 3.1
*/
public class CachePutOperation extends CacheOperation {

View File

@ -21,6 +21,7 @@ package org.springframework.cache.interceptor;
*
* @author Costin Leau
* @author Phillip Webb
* @author Marcin Kamionowski
* @since 3.1
*/
public class CacheableOperation extends CacheOperation {