package lombok.core.runtimeDependencies; import java.util.List; /* loaded from: com.discord-120110.apk:lombok/core/runtimeDependencies/RuntimeDependencyInfo.SCL.lombok */ public interface RuntimeDependencyInfo { List getRuntimeDependentsDescriptions(); List getRuntimeDependencies(); }