This commit is contained in:
Dmitry Avdeev
2013-05-24 10:54:24 +04:00
parent 184566f5e6
commit b93f27670e
@@ -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 {