Package com.poiji.annotation
Annotation Type ExcelProperty
-
@Retention(RUNTIME) @Target(FIELD) @Documented public @interface ExcelProperty
Indicates, 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 StringpropertyNameIf this value is set, the property will be read from property field with this name instead of your field name.
-
-
-
Element Detail
-
propertyName
String propertyName
If this value is set, the property will be read from property field with this name instead of your field name.- Returns:
- the name of the property field to read from
- Default:
- ""
-
-