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