summaryrefslogtreecommitdiffstats
path: root/sd-plugin/src/main/java/org/intellij/sdk/language/psi/SdNamedElement.java
blob: 9b7b6d039345f85b5f15c1ecec2edf15c40e520e (plain) (blame)
1
2
3
4
5
6
7
8
// 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.psi.PsiNameIdentifierOwner;

public interface SdNamedElement extends PsiNameIdentifierOwner {
    
}