1package android.test;
2
3import java.lang.annotation.*;
4
5@Target(ElementType.PACKAGE)
6@Retention(RetentionPolicy.RUNTIME)
7
8public @interface AnnoSimplePackage1 {}
9