@Documented @Inherited @Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface SandboxConfig
Modifier and Type | Optional Element | Description |
---|---|---|
String[] |
instrumentedPackages |
A list of instrumented packages, in addition to those that are already instrumented.
|
Class<?>[] |
shadows |
A list of shadow classes to enable, in addition to those that are already present.
|
Class<?>[] shadows
String[] instrumentedPackages