blob: 4aadfe7bfbc838d2e40468d14b6aead0963d219b [file] [log] [blame]
package android.test.anno;
import java.lang.annotation.*;
@Target(ElementType.PACKAGE)
@Retention(RetentionPolicy.RUNTIME)
public @interface AnnoSimplePackage {}