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

cn.vonce.sql.annotation.SqlLogically Maven / Gradle / Ivy

The newest version!
package cn.vonce.sql.annotation;

import java.lang.annotation.*;

/**
 * 标记为逻辑删除字段
 *
 * @author Jovi
 * @version 1.0
 * @email [email protected]
 * @date 2020/4/13 17:40
 */
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
@Documented
@Inherited
public @interface SqlLogically {


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy