org.jetbrains.kotlin.load.java.structure.impl
Interface JavaAnnotationOwnerImpl

All Superinterfaces:
JavaAnnotationOwner, JavaElement
All Known Implementing Classes:
JavaClassImpl, JavaConstructorImpl, JavaFieldImpl, JavaMemberImpl, JavaMethodImpl, JavaValueParameterImpl

public interface JavaAnnotationOwnerImpl
extends JavaAnnotationOwner


Method Summary
 com.intellij.psi.PsiModifierListOwner getPsi()
           
 
Methods inherited from interface org.jetbrains.kotlin.load.java.structure.JavaAnnotationOwner
findAnnotation, getAnnotations
 

Method Detail

getPsi

@NotNull
com.intellij.psi.PsiModifierListOwner getPsi()