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

All Superinterfaces:
JavaAnnotationOwner, JavaElement
All Known Implementing Classes:
JavaArrayTypeImpl, JavaClassifierImpl, JavaClassifierTypeImpl, JavaClassImpl, JavaConstructorImpl, JavaFieldImpl, JavaMemberImpl, JavaMethodImpl, JavaPrimitiveTypeImpl, JavaTypeImpl, JavaTypeParameterImpl, JavaValueParameterImpl, JavaWildcardTypeImpl

public interface JavaAnnotationOwnerImpl
extends JavaAnnotationOwner


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

Method Detail

getAnnotationOwnerPsi

@Nullable
com.intellij.psi.PsiAnnotationOwner getAnnotationOwnerPsi()