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