Yelp / parcelgen

Helpful tool to make data objects easier for Android
Other
65 stars 35 forks source link

Support transience #3

Closed lxdvs closed 10 years ago

lxdvs commented 13 years ago

Tracking here, add support for marking fields as transient in the generated java class. I'm already done with these (easy) changes.

"transient": [
    currentLocation,
    statusUpdate
]