aboutsummaryrefslogtreecommitdiffstats
path: root/integration/intellij/src/main/java/ai/vespa/intellij/schema/psi/SdDeclaration.java
blob: 5c503ce4d8d1f2376b42e3856b0fcebd2fac1d5d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package ai.vespa.intellij.schema.psi;

import com.intellij.navigation.NavigationItem;
import com.intellij.psi.PsiElement;

/**
 * A declaration in the SD language.
 *
 * @author Shahar Ariel
 */
public interface SdDeclaration extends PsiElement, NavigationItem, SdNamedElement {}