@Retention(value=RUNTIME)
@Target(value=METHOD)
@Documented
@Inherited
public @interface RedisLock
| 限定符和类型 | 可选元素和说明 |
|---|---|
java.lang.String |
key |
java.lang.String |
lockPrefix |
long |
timeOut |
java.util.concurrent.TimeUnit |
timeUnit |