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

com.github.jingshouyan.jdbc.comm.annotation.Ignore Maven / Gradle / Ivy

package com.github.jingshouyan.jdbc.comm.annotation;

import java.lang.annotation.*;

/**
 * 忽略字段(不入库)
 *
 * @author jingshouyan
 * #date 2018/4/14 17:25
 */
@Target({ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface Ignore {
    String value() default "";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy