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

com.ecfront.easybi.excelconverter.exchange.annotation.Sheet Maven / Gradle / Ivy

There is a newer version: 0.3.1
Show newest version
package com.ecfront.easybi.excelconverter.exchange.annotation;

import java.lang.annotation.*;

/**
 * 声明此bean是可用于转换的
 */
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface Sheet {

    /**
     * 指定sheet名称
     */
    String value() default "sheet1";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy