package defpackage;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/* JADX INFO: loaded from: classes.dex */
@m38
public class ap1 {

    @Target({ElementType.PARAMETER, ElementType.METHOD})
    @m38
    @Retention(RetentionPolicy.SOURCE)
    public @interface a {
    }
}
