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

org.chobit.spring.rlock.EnableRLock Maven / Gradle / Ivy

The newest version!
package org.chobit.spring.rlock;


import org.springframework.boot.autoconfigure.AutoConfigurationPackage;
import org.springframework.context.annotation.Import;

import java.lang.annotation.*;

/**
 * distributed lock stater annotation
 *
 * @author robin
 */
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Inherited
@AutoConfigurationPackage
@Import(RLockConfiguration.class)
public @interface EnableRLock {


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy