SRE/02-Easy5/E5/sources/com/google/android/material/badge/ExperimentalBadgeUtils.java
2025-03-31 16:33:42 +02:00

13 lines
429 B
Java

package com.google.android.material.badge;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Target({ElementType.TYPE, ElementType.METHOD, ElementType.CONSTRUCTOR, ElementType.FIELD, ElementType.PACKAGE})
@Retention(RetentionPolicy.CLASS)
/* loaded from: classes.dex */
public @interface ExperimentalBadgeUtils {
}