package org.dlangplugin.psi; import com.intellij.psi.NavigatablePsiElement; public interface DLangCompositeElement extends NavigatablePsiElement { }