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

cn.org.atool.fluent.mybatis.annotation.NotField Maven / Gradle / Ivy

package cn.org.atool.fluent.mybatis.annotation;

import java.lang.annotation.*;

/**
 * 非数据库字段
 *
 * @author darui.wu
 */
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
public @interface NotField {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy