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

com.starmcc.qmdata.note.Id Maven / Gradle / Ivy

There is a newer version: 2.2.1-RELEASE
Show newest version
package com.starmcc.qmdata.note;


import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
 * @author qm
 * @date 2019/1/9 11:28
 * @Description 主键id标识
 */
@Target({ElementType.METHOD, ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
public @interface Id {

    /**
     * 设置该字段的别名
     *
     * @return
     */
    String name() default "";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy