![JAR search and dependency download from the Maven repository](/logo.png)
com.opencsv.bean.CsvBindAndJoinByPositions Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of opencsv Show documentation
Show all versions of opencsv Show documentation
A simple library for reading and writing CSV in Java
The newest version!
package com.opencsv.bean;
import java.lang.annotation.*;
/**
* This annotation is the container annotation for {@link CsvBindAndJoinByPosition}.
* @author Andrew Rucker Jones
* @since 5.4
*/
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
public @interface CsvBindAndJoinByPositions {
/** @return An array of {@link CsvBindAndJoinByPosition}. */
CsvBindAndJoinByPosition[] value();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy