package defpackage;

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

/* JADX WARN: Method from annotation default annotation not found: flags */
/* JADX WARN: Method from annotation default annotation not found: flagsFromClass */
/* JADX WARN: Method from annotation default annotation not found: intValues */
/* JADX WARN: Method from annotation default annotation not found: stringValues */
/* JADX WARN: Method from annotation default annotation not found: valuesFromClass */
/* JADX INFO: loaded from: classes3.dex */
@Target({ElementType.FIELD, ElementType.PARAMETER, ElementType.LOCAL_VARIABLE, ElementType.ANNOTATION_TYPE, ElementType.METHOD})
@Retention(RetentionPolicy.SOURCE)
public @interface km5 {
}
