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

com.lkx.util.Excel Maven / Gradle / Ivy

There is a newer version: 3.1.9
Show newest version
package com.lkx.util;

import java.lang.annotation.*;

/**
 * ClassName: Excel
 * Function:  Excel字段注解
 * Date:      2019/7/12 23:36
 * author     likaixuan
 * version    V1.0
 */
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
@Documented
public @interface Excel {

    /**
     * Excel中表头字段
     */
    String title();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy