Package com.poiji.annotation
Annotation Type ExcelProperty
-
@Retention(RUNTIME) @Target(FIELD) @Documented public @interface ExcelPropertyIndicates, that a field contains an excel property (e.g. author, title, custom properties, ...)- Author:
- breucode
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringpropertyNameIf this value is set, the property will be read from property field with this name instead of your field name.
-