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

cn.org.atool.fluent.mybatis.annotation.Version Maven / Gradle / Ivy

package cn.org.atool.fluent.mybatis.annotation;

import java.lang.annotation.*;

/**
 * 版本锁字段标识
 *
 * @author wudarui
 */
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
public @interface Version {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy