Update @author tag
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user