Open turbomanage opened 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'.
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'.