mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
13 lines
721 B
Java
13 lines
721 B
Java
|
package kotlin.reflect;
|
||
|
|
||
|
import java.lang.annotation.Annotation;
|
||
|
import java.util.List;
|
||
|
import kotlin.Metadata;
|
||
|
|
||
|
/* compiled from: KAnnotatedElement.kt */
|
||
|
@Metadata(d1 = {"\u0000\u0016\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0000\n\u0002\u0010 \n\u0002\u0010\u001b\n\u0002\b\u0003\bf\u0018\u00002\u00020\u0001R\u0018\u0010\u0002\u001a\b\u0012\u0004\u0012\u00020\u00040\u0003X¦\u0004¢\u0006\u0006\u001a\u0004\b\u0005\u0010\u0006¨\u0006\u0007"}, d2 = {"Lkotlin/reflect/KAnnotatedElement;", "", "annotations", "", "", "getAnnotations", "()Ljava/util/List;", "kotlin-stdlib"}, k = 1, mv = {1, 9, 0}, xi = 48)
|
||
|
/* loaded from: classes3.dex */
|
||
|
public interface KAnnotatedElement {
|
||
|
List<Annotation> getAnnotations();
|
||
|
}
|