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

com.huoguo.batch.annotation.BatchSuper Maven / Gradle / Ivy

The newest version!
package com.huoguo.batch.annotation;

import java.lang.annotation.*;

/**
 * 实体类的父类注解
 *
 * @author Lizhenghuang
 */
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
@Documented
public @interface BatchSuper {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy