![JAR search and dependency download from the Maven repository](/logo.png)
com.wf2311.jfeng.repository.annoation.CreatedTime Maven / Gradle / Ivy
package com.wf2311.jfeng.repository.annoation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* 数据创建时间标志
* @author wf2311
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
public @interface CreatedTime {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy