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

org.javafunk.excelparser.annotations.ExcelField Maven / Gradle / Ivy

The newest version!
package org.javafunk.excelparser.annotations;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

@Retention(value = RetentionPolicy.RUNTIME)
@Target({ElementType.FIELD})
public @interface ExcelField {
    int position();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy