-
@Documented @Target(METHOD) @Retention(RUNTIME) public @interface Locked
//TODO 待实现标记在Service的锁接口, 方法有以下限制:
1、方法必须是protected/public
2、方法不能是final/static
详情见: https://redkale.org
- 从以下版本开始:
- 2.8.0
- 作者:
- zhangjx
-
-
元素详细资料
-
mode
LoadMode mode
Service加载模式- 返回:
- 模式
- 默认值:
- org.redkale.service.LoadMode.ANY
-
-