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

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

There is a newer version: 1.7.0-beta1
Show newest version
package cn.vonce.sql.annotation;

import java.lang.annotation.*;

/**
 * 标识Bean 实体类对应数据库中的更新时间,如果标注该注解,标注的字段为null将自动设置更新时间
 *
 * @author Jovi
 * @version 1.0
 * @email [email protected]
 * @date 2021/5/27 23:03
 */
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
@Documented
@Inherited
public @interface SqlUpdateTime {



}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy