turbomanage / storm-gen

Simple ORM for Android SQLite
Apache License 2.0
83 stars 15 forks source link

Compatibility with Parcelable interface #8

Open turbomanage opened 10 years ago

turbomanage commented 10 years ago

From https://code.google.com/p/storm-gen/issues/detail?id=24

stORM insists on having a TypeConverter and getters/setters for a Parcelable's CREATOR class member, but none of those really apply.

As a possible solution, maybe there could be an "@Ignore" annotation for static members like this?

Also, I realize that there's the ability to use the 'transient' keyword, but things like CREATOR really ought to be 'final'.