com.noir.common.lock.annotation.DLock Maven / Gradle / Ivy
package com.noir.common.lock.annotation;
import java.lang.annotation.*;
@Target({ElementType.METHOD, ElementType.ANNOTATION_TYPE, ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Inherited
public @interface DLock {
String[] value();
int timeOutSecond() default 30;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy