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

cn.mybatis.mp.db.annotations.Ignore Maven / Gradle / Ivy

There is a newer version: 1.7.6-RC6
Show newest version
package cn.mybatis.mp.db.annotations;

import java.lang.annotation.*;

/**
 * 忽略不处理
 */
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
public @interface Ignore {


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy