@Target(value=TYPE) @Retention(value=CLASS) @Documented public @interface ParcelablePlease
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
allFields
Should all fields be parcelable.
|
boolean |
ignorePrivateFields
Should private fields be ignored?
|
public abstract boolean allFields
public abstract boolean ignorePrivateFields
Copyright © 2016 Hannes Dorfmann. All rights reserved.