@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface SafeParceled
| Modifier and Type | Required Element and Description |
|---|---|
int |
value |
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
mayNull |
java.lang.Class |
subClass |
java.lang.String |
subType
Deprecated.
|
boolean |
useClassLoader |