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