![JAR search and dependency download from the Maven repository](/logo.png)
com.opencsv.bean.CsvBindAndJoinByNames 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 CsvBindAndJoinByName}.
* @author Andrew Rucker Jones
* @since 5.4
*/
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
public @interface CsvBindAndJoinByNames {
/** @return An array of {@link CsvBindAndJoinByName}. */
CsvBindAndJoinByName[] value();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy