excel-parser
excel-parser copied to clipboard
add @Inherited to @ExcelObject
The @ExcelObject cannot be used on an abstract class because the annotations are not inherited, nor does the reflection search for fields in the superclass. Adding @Inherited would enable the annotations to persist to child objects.