package kotlin.reflect; import java.util.List; /* loaded from: classes5.dex */ public interface KAnnotatedElement { List getAnnotations(); }