blob: c35e9ebc6240d8de0e4fe6eceadb2dbdd08c2e22 [file] [log] [blame]
package com.android.testing.uiautomation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
public @interface InjectParams {
}