Open sreejithraman opened 8 years ago
Hi, @sreejithraman ! Sorry, but at the moment storIO annotation processor doesn't work with subclasses. We should make smarter annotations validator to have this possibility. Right now you should make type mapping for whole hierarchy manually. Sorry =(
For example, can I have an Animal class, Lion class, and Tiger class. Tiger and Lion share similar column names like weight, height, etc. Would such a senario work with storio's annotation processor? Is there anything I should keep in mind when doing this?