All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.zhuobinchan.distributed.lock.spring.annotation.DistributedLockAnnotationParser Maven / Gradle / Ivy

Go to download

This is an extension library to the lock impl. 这是分布式锁实现封装的扩展库。 项目地址:https://github.com/zhuobinchan/distributed-lock

The newest version!
package com.github.zhuobinchan.distributed.lock.spring.annotation;

/**
 * @author zhuobin chan on 2020-12-22 19:01
 */
public interface DistributedLockAnnotationParser {

    /**
     * @param view 注解处理类
     * @return 返回对应的加锁key
     */
    String parseDistributedLockAnnotation(LockKeySpelView view);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy