mirror of
https://github.com/alibaba/testable-mock.git
synced 2025-01-10 12:20:09 +08:00
remove EnableTestableInject annotation
This commit is contained in:
parent
379eabc791
commit
2fda70d7b4
@ -1,14 +0,0 @@
|
||||
package com.alibaba.testable.core.annotation;
|
||||
|
||||
import java.lang.annotation.*;
|
||||
|
||||
/**
|
||||
* Make the method in this class able to be injected by testable substitution methods
|
||||
*
|
||||
* @author flin
|
||||
*/
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@Target(ElementType.TYPE)
|
||||
@Documented
|
||||
public @interface EnableTestableInject {
|
||||
}
|
Loading…
Reference in New Issue
Block a user