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
      java.lang.String propertyName
      If this value is set, the property will be read from property field with this name instead of your field name.
    • Element Detail

      • propertyName

        java.lang.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:
        ""