@Target(value={FIELD,METHOD}) @Retention(value=RUNTIME) @Inherited @Documented public @interface ExcelColumn
| 限定符和类型 | 可选元素和说明 |
|---|---|
HeaderComment |
comment
Specify a comment in header column
If this annotation appears with
@HeaderComment at
the same time, the independent @HeaderComment annotation
takes precedence
NOTE: This attribute only affects the header line |
boolean |
share
Share body string
|
String |
value
Title of column
|
public abstract String value
public abstract HeaderComment comment
If this annotation appears with @HeaderComment at
the same time, the independent @HeaderComment annotation
takes precedence
NOTE: This attribute only affects the header line
HeaderCommentCopyright © 2020. All rights reserved.