blob: 56da15a25263e1658e89aba5fb8a16cfc5e03eb5 [file] [log] [blame]
package android.test.anno;
import java.lang.annotation.Retention;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
@Retention(RUNTIME) public @interface MissingAnnotation {
}