diff --git a/core/src/main/java/com/alibaba/testable/core/annotation/TestableInject.java b/core/src/main/java/com/alibaba/testable/core/annotation/TestableInject.java index 06d17d9..ae127b0 100644 --- a/core/src/main/java/com/alibaba/testable/core/annotation/TestableInject.java +++ b/core/src/main/java/com/alibaba/testable/core/annotation/TestableInject.java @@ -12,16 +12,6 @@ import java.lang.annotation.*; @Documented public @interface TestableInject { - /** - * only enable for invocation from specified methods - */ - String[] sourceMethods() default {}; - - /** - * only enable for invocation from specified test cases - */ - String[] testMethods() default {}; - /** * mock method of specified class instead of the class under test */