mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
[python] API cleanup: mark deprecated unused API for removal (IJPL-156972)
Deprecated APIs which still have internal usage are marked as internal to ensure that new external usages won't appear. GitOrigin-RevId: 09818b884851d7b768f8ee0f356f982e79b46ed9
This commit is contained in:
committed by
intellij-monorepo-bot
parent
413c38a585
commit
b03b560520
@@ -6,6 +6,7 @@ import com.intellij.psi.StubBasedPsiElement;
|
||||
import com.jetbrains.python.ast.PyAstImportElement;
|
||||
import com.jetbrains.python.psi.resolve.RatedResolveResult;
|
||||
import com.jetbrains.python.psi.stubs.PyImportElementStub;
|
||||
import org.jetbrains.annotations.ApiStatus;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
|
||||
@@ -36,6 +37,7 @@ public interface PyImportElement extends PyAstImportElement, PyElement, PyImport
|
||||
/**
|
||||
* @deprecated Use {@link #multiResolve()} instead.
|
||||
*/
|
||||
@ApiStatus.Internal
|
||||
@Deprecated
|
||||
@Nullable
|
||||
PsiElement resolve();
|
||||
|
||||
Reference in New Issue
Block a user