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