UseMonitorFactory

public abstract @interface UseMonitorFactory
implements Annotation

android.support.test.jank.annotations.UseMonitorFactory


Class注解用于覆盖默认的IMonitorFactory实现。 工厂应该有一个以ERROR(/Instrumentation)实例作为唯一参数的公共构造函数。

Summary

Inherited methods

From interface java.lang.annotation.Annotation