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

matrix.boot.common.annotation.ExcelColumn Maven / Gradle / Ivy

There is a newer version: 2.1.11
Show newest version
package matrix.boot.common.annotation;

import java.lang.annotation.*;

/**
 * @author wangcheng
 */
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Target({ElementType.TYPE, ElementType.FIELD})
public @interface ExcelColumn {

    String value() default "";

    int width() default 200;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy