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

com.zys.mybatis.annotation.Id Maven / Gradle / Ivy

There is a newer version: 0.2.7
Show newest version
package com.zys.mybatis.annotation;

import java.lang.annotation.*;

/**
 * @author zys
 * @version 1.0
 * @date 2020/10/21 15:32
 */
@Target(value = ElementType.FIELD) //应用于字段上
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface Id {
    String value() default "id";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy