mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
javadoc
This commit is contained in:
@@ -30,8 +30,9 @@ import java.util.Set;
|
||||
/**
|
||||
* A typical way to create lookup element is to use {@link com.intellij.codeInsight.lookup.LookupElementBuilder}.
|
||||
* Another way is to subclass it. Use the latter way only if you need it to implement some additional interface, to modify equals/hashCode
|
||||
* or other advanced logic
|
||||
* or other advanced logic.
|
||||
*
|
||||
* @see com.intellij.codeInsight.completion.PrioritizedLookupElement
|
||||
* @author peter
|
||||
*/
|
||||
public abstract class LookupElement extends UserDataHolderBase {
|
||||
|
||||
Reference in New Issue
Block a user