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: classes3.dex */
public final class bw1 {

    /* JADX WARN: Method from annotation default annotation not found: childrenArray */
    /* JADX WARN: Method from annotation default annotation not found: hasChildren */
    /* JADX WARN: Method from annotation default annotation not found: text */
    @Target({ElementType.TYPE})
    @Retention(RetentionPolicy.CLASS)
    public @interface a {
    }
}
