@Retention(value=RUNTIME)
@Target(value={METHOD,CONSTRUCTOR})
public @interface MethodInstrumented
| Modifier and Type | Optional Element and Description |
|---|---|
int |
mem
Stores the number of instrumentation runs which currently require
the instrumentation for memory resources.
|