remove EnableTestableInject annotation

This commit is contained in:
金戟 2020-10-20 22:48:45 +08:00
parent 379eabc791
commit 2fda70d7b4

View File

@ -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 {
}