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

com.poiji.annotation.ExcelUnknownCells Maven / Gradle / Ivy

package com.poiji.annotation;

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

/**
 * This annotations allows you to put every unknown cell (neither mapped by name, nor by index) into a {@code Map}
 *
 * @author Pascal Breuer
 */
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
@Documented
public @interface ExcelUnknownCells {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy