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

xin.xihc.jba.annotation.OnUpdateCurrentTimestamp Maven / Gradle / Ivy

There is a newer version: 1.8.12
Show newest version
/**
 *
 */
package xin.xihc.jba.annotation;

import java.lang.annotation.*;

/**
 * 是否自动更新时间戳
 *
 * @author Leo.Xi
 * @date 2018年2月15日
 * @since 1.6.1
 */
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
@Inherited
public @interface OnUpdateCurrentTimestamp {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy