aboutsummaryrefslogtreecommitdiffstats
path: root/integration/intellij/src/main/java/ai/vespa/intellij/schema/psi/SdDeclaration.java
blob: c2880181d66b8b7ddb4f13214eebc6fb2a07867a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright Yahoo. 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 {}