UseMonitorFactory

public abstract @interface UseMonitorFactory
implements Annotation

android.support.test.jank.annotations.UseMonitorFactory


Class annotation used to override the default IMonitorFactory implementation. The factory should have a public constructor that takes an ERROR(/Instrumentation) instance as the sole argument.

Summary

Inherited methods

From interface java.lang.annotation.Annotation