@Retention(value=RUNTIME) @Target(value=FIELD) @Documented public @interface ExcelProperty
| Modifier and Type | Optional Element and Description |
|---|---|
String |
propertyName
If this value is set, the property will be read from property field with this name instead of your field name.
|
public abstract String propertyName
Copyright © 2017–2020. All rights reserved.