IJ-CR-106433: docs and one more assert

GitOrigin-RevId: cad56cc9600e62c9e93d48184df0b774d8faf84e
This commit is contained in:
Nicolay Mitropolsky
2023-04-28 12:18:05 +00:00
committed by intellij-monorepo-bot
parent 1a5c491f31
commit 85f7d4d928
@@ -7,6 +7,11 @@ import org.jetbrains.annotations.Unmodifiable;
import java.util.List;
/**
* An interface for {@link PsiReference}-es that wraps another (multiple) references.
* Is useful for cases when references need a complicated priority or range computations and/or lazy reference computation.
* But in general wrapping references should not be considered as a good practice and should be used only in interaction with legacy code.
*/
@ApiStatus.Experimental
public interface PsiReferencesWrapper {