类 LockKeyGenerator
- java.lang.Object
-
- cn.fxbin.bubble.fireworks.plugin.lock.support.LockKeyGenerator
-
public class LockKeyGenerator extends Object
LockKeyGenerator- 从以下版本开始:
- 2020/5/14 16:58
- 版本:
- v1.0
- 作者:
- fxbin
-
-
方法详细资料
-
generate
public Object generate(Method method, LockAction lockAction)
Generate a key for the given package and method.- 参数:
method- a single method on a class or interfacelockAction- the annotation ofLockAction- 返回:
- a generated key
-
-