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

me.wuwenbin.modules.sql.annotation.not.NotInsert Maven / Gradle / Ivy

There is a newer version: 1.11.0.RELEASE
Show newest version
package me.wuwenbin.modules.sql.annotation.not;

import java.lang.annotation.*;

/**
 * created by Wuwenbin on 2017/10/6 at 10:06
 */
@Target(ElementType.FIELD)
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Inherited
public @interface NotInsert {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy