cn.easyproject.easyee.auto.EasyId Maven / Gradle / Ivy
package cn.easyproject.easyee.auto;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* Object Id annotation
*
* Set for ID Field
*
* @author Ray
* @author [email protected]
* @author easyproject.cn
* @since 1.0.0
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(value={ElementType.FIELD})
public @interface EasyId {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy