You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.