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

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

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

import java.lang.annotation.*;

/**
 * 忽略字段注解
 *
 * @author Lizhenghuang
 */
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.FIELD, ElementType.ANNOTATION_TYPE})
public @interface BatchIgnore {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy