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

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 {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy