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

com.mybatishelper.core.annotation.SkipColumn Maven / Gradle / Ivy

package com.mybatishelper.core.annotation;

import java.lang.annotation.*;

/**
 * 跳过序列化为数据库列
 */
@Target({ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface SkipColumn { }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy