@Target(value=METHOD) @Retention(value=RUNTIME) @Documented @Inherited public @interface RedissonLock
@AliasFor(value="lockKey") public abstract String lockKey
@AliasFor(value="description") public abstract String description
@AliasFor(value="lockType") public abstract LockType lockType
public abstract TimeUnit unit
Copyright © 2020 GTMAP. All rights reserved.