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

com.github.bingoohuang.excel2beans.annotations.ExcelColStyle Maven / Gradle / Ivy

There is a newer version: 0.0.34
Show newest version
package com.github.bingoohuang.excel2beans.annotations;

import java.lang.annotation.*;

@Documented
@Target(ElementType.FIELD)
@Retention(RetentionPolicy.RUNTIME)
public @interface ExcelColStyle {
    /**
     * 对齐方式。
     *
     * @return 对齐方式
     */
    ExcelColAlign align() default ExcelColAlign.NONE;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy