mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IJ-CR-106433: docs and one more assert
GitOrigin-RevId: cad56cc9600e62c9e93d48184df0b774d8faf84e
This commit is contained in:
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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user