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

com.github.blackshadowwalker.spring.distributelock.annotation.DistributeLocks Maven / Gradle / Ivy

package com.github.blackshadowwalker.spring.distributelock.annotation;

import java.lang.annotation.*;

/**
 * Created by karl on 2016/8/21.
 * Pessimistic Locking
 */
@Target({ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface DistributeLocks {

    DistributeLock[] value();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy