summaryrefslogtreecommitdiffstats
path: root/sd-plugin/src/main/java/org/intellij/sdk/language/psi/SdDeclaration.java
blob: 3fa6739161b139524189b08dbab2ce554e25463d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package org.intellij.sdk.language.psi;

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

/**
 * This interface represents a declaration in the SD language.
 * @author shahariel
 */
public interface SdDeclaration extends PsiElement, NavigationItem, SdNamedElement {}