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

org.csveed.annotations.CsvHeaderName Maven / Gradle / Ivy

Go to download

Java toolkit for mapping CSV-to-Bean mapping and vice versa. Redirection to Introduction in 5 seconds!

There is a newer version: 0.8.2
Show newest version
package org.csveed.annotations;

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

/**
* Determines whether the field will receive the header name of the current dynamic column.
* @author Robert Bor
*/
@Target(ElementType.FIELD)
@Retention(RetentionPolicy.RUNTIME)
public @interface CsvHeaderName {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy