All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ai.vespa.schemals.lsp.schema.completion.provider.CompletionProvider Maven / Gradle / Ivy

There is a newer version: 8.441.21
Show newest version
package ai.vespa.schemals.lsp.schema.completion.provider;

import java.util.List;

import org.eclipse.lsp4j.CompletionItem;

import ai.vespa.schemals.context.EventCompletionContext;

public interface CompletionProvider {
    public List getCompletionItems(EventCompletionContext context);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy