top.springdatajpa.zujijpa.annotation.QueryIgnore Maven / Gradle / Ivy
package top.springdatajpa.zujijpa.annotation;
import java.lang.annotation.*;
/**
* @author azheng
* @since 2019/9/30
*/
@Target(ElementType.FIELD)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface QueryIgnore {
}