blob: 6e26ca3a492f133671097f9769a9e8e9df56dca2 [file] [log] [blame]
package android.test.anno;
import java.lang.annotation.*;
@Target(ElementType.PARAMETER)
@Retention(RetentionPolicy.RUNTIME)
public @interface AnnoSimpleParameter {}