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

com.opencsv.bean.CsvCustomBindByNames Maven / Gradle / Ivy

The newest version!
package com.opencsv.bean;

import java.lang.annotation.*;

/**
 * This annotation is the container annotation for {@link CsvCustomBindByName}.
 * @author Andrew Rucker Jones
 * @since 5.4
 */
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
public @interface CsvCustomBindByNames {
    /** @return An array of {@link CsvCustomBindByName}. */
    CsvCustomBindByName[] value();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy