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

com.github.edgar615.util.db.VirtualKey Maven / Gradle / Ivy

package com.github.edgar615.util.db;

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

/**
 * 标记为虚拟列的注解.
 *
 * @author Edgar
 * @create 2018-09-06 15:02
 **/
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.FIELD})
public @interface VirtualKey {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy