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

me.wuwenbin.tools.sqlgen.annotation.not.NotSelect Maven / Gradle / Ivy

package me.wuwenbin.tools.sqlgen.annotation.not;

import java.lang.annotation.*;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy