com.justz.lock.annotation.LockParam Maven / Gradle / Ivy
The newest version!
package com.justz.lock.annotation;
import java.lang.annotation.*;
import com.justz.lock.interceptor.SimpleKeyGenerator;
/**
* Indicate the param will be used to generate lock key
*
* @see SimpleKeyGenerator
*/
@Target({ElementType.PARAMETER})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface LockParam {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy