blob: 3bba3dbfbfb016845cfb051e00bef1ce9e93a7f4 [file] [log] [blame]
package android.test.anno;
import java.lang.annotation.*;
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Inherited
@Documented
public @interface AnnoSimpleType {}