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