This commit is contained in:
redkale
2023-12-09 11:21:40 +08:00
parent 23cfbf6f1e
commit 7dc6dc6a6d
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ import java.lang.annotation.Target;
import java.util.concurrent.TimeUnit; import java.util.concurrent.TimeUnit;
/** /**
* @TODO 待实现 * //TODO 待实现
* *
* 标记在Service的缓存接口, 方法有以下限制: <br> * 标记在Service的缓存接口, 方法有以下限制: <br>
* 1、方法返回类型不能是void * 1、方法返回类型不能是void

View File

@@ -11,7 +11,7 @@ import static java.lang.annotation.RetentionPolicy.RUNTIME;
import java.lang.annotation.Target; import java.lang.annotation.Target;
/** /**
* @TODO 待实现 * //TODO 待实现
* *
* 标记在Service的锁接口, 方法有以下限制: <br> * 标记在Service的锁接口, 方法有以下限制: <br>
* 1、方法返回类型不能是void * 1、方法返回类型不能是void

View File

@@ -7,7 +7,7 @@ import org.redkale.source.CacheMemorySource;
import org.redkale.source.CacheSource; import org.redkale.source.CacheSource;
/** /**
* @TODO 待实现 * //TODO 待实现
* *
* @author zhangjx * @author zhangjx
*/ */