com.huoguo.batch.annotation.BatchSuper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of simple-batch Show documentation
Show all versions of simple-batch Show documentation
This is simple based batch write operation tool
The newest version!
package com.huoguo.batch.annotation;
import java.lang.annotation.*;
/**
* 实体类的父类注解
*
* @author Lizhenghuang
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
@Documented
public @interface BatchSuper {
}