Most visited

Recently visited

Added in API level 1
Deprecated since API level 14

TestTarget

public abstract @interface TestTarget
implements Annotation

dalvik.annotation.TestTarget


This @interface was deprecated in API level 14.
Obsolete.

Defines an annotation used be used within the TestInfo annotation. It specifies a single method target for the test (but can be used multiple times).

Summary

Inherited methods

From interface java.lang.annotation.Annotation

Hooray!