excel-parser icon indicating copy to clipboard operation
excel-parser copied to clipboard

add @Inherited to @ExcelObject

Open end-user opened this issue 6 years ago • 0 comments

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.

end-user avatar Dec 05 '18 22:12 end-user