| Annotation Type | Description |
|---|---|
| Bagger |
Annotate Fields you want to put in a Parcel which is not Parcelable.
|
| ParcelableNoThanks |
Annotate fields not to be parcelable (transient)
|
| ParcelablePlease |
Annotate classes that have
|
| ParcelableThisPlease |
Annotate fields with that if you don't want to use all
|
Copyright © 2016 Hannes Dorfmann. All rights reserved.