mirror of
https://github.com/alibaba/testable-mock.git
synced 2025-01-10 20:30:11 +08:00
add parameter to allow choose use code or bytecode modification for private member access
This commit is contained in:
parent
276c23e906
commit
78d3b2ea90
@ -12,4 +12,9 @@ import java.lang.annotation.*;
|
|||||||
@Documented
|
@Documented
|
||||||
public @interface EnableTestable {
|
public @interface EnableTestable {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Whether use compile time code modification
|
||||||
|
*/
|
||||||
|
boolean withoutAgent() default false;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user