me.wuwenbin.modules.sql.annotation.not.NotSelect Maven / Gradle / Ivy
package me.wuwenbin.modules.sql.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