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

cn.yrm.tools.common.annotation.RequestLock Maven / Gradle / Ivy

package cn.yrm.tools.common.annotation;

import java.lang.annotation.*;

@Target({ElementType.TYPE, ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@Inherited
@Documented
public @interface RequestLock {
    String value();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy