@Retention(value=RUNTIME) @Target(value={METHOD,CONSTRUCTOR}) public @interface RestrictHeapAccess
| Modifier and Type | Required Element and Description |
|---|---|
RestrictHeapAccess.Access |
access |
String |
reason |
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
overridesCallers |
public abstract RestrictHeapAccess.Access access
public abstract String reason