summaryrefslogtreecommitdiffstats
path: root/sd-plugin/src/main/java/org/intellij/sdk/language/psi/SdDeclaration.java
blob: 4f11a2b4b67343ee481d6b6276cbc0f06fa200a3 (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 Shahar Ariel
 */
public interface SdDeclaration extends PsiElement, NavigationItem, SdNamedElement {}