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