org.jetbrains.kotlin.load.java.components
Class PsiBasedExternalAnnotationResolver

java.lang.Object
  extended by org.jetbrains.kotlin.load.java.components.PsiBasedExternalAnnotationResolver
All Implemented Interfaces:
ExternalAnnotationResolver

public class PsiBasedExternalAnnotationResolver
extends java.lang.Object
implements ExternalAnnotationResolver


Field Summary
 
Fields inherited from interface org.jetbrains.kotlin.load.java.components.ExternalAnnotationResolver
EMPTY
 
Constructor Summary
PsiBasedExternalAnnotationResolver()
           
 
Method Summary
 JavaAnnotation findExternalAnnotation(JavaAnnotationOwner owner, FqName fqName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PsiBasedExternalAnnotationResolver

public PsiBasedExternalAnnotationResolver()
Method Detail

findExternalAnnotation

@Nullable
public JavaAnnotation findExternalAnnotation(@NotNull
                                                      JavaAnnotationOwner owner,
                                                      @NotNull
                                                      FqName fqName)
Specified by:
findExternalAnnotation in interface ExternalAnnotationResolver