com.kangaroohy.plugin.excel.annotation.ExcelLine Maven / Gradle / Ivy
package com.kangaroohy.plugin.excel.annotation;
import java.lang.annotation.*;
@Documented
@Target({ ElementType.FIELD })
@Retention(RetentionPolicy.RUNTIME)
public @interface ExcelLine {
}