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

cn.gjing.tools.excel.convert.ExcelDataConvert Maven / Gradle / Ivy

package cn.gjing.tools.excel.convert;

import java.lang.annotation.*;

/**
 * @author Gjing
 **/
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
public @interface ExcelDataConvert {
    /**
     * When the export of EL expression
     *
     * @return expr1
     */
    String expr1() default "";

    /**
     * When the import of EL expression
     * @return expr2
     */
    String expr2() default "";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy