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