storm-gen icon indicating copy to clipboard operation
storm-gen copied to clipboard

Compatibility with Parcelable interface

Open turbomanage opened this issue 10 years ago • 0 comments

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'.

turbomanage avatar Mar 18 '14 23:03 turbomanage