org.jetbrains.kotlin.load.java.components
Interface ExternalAnnotationResolver

All Known Implementing Classes:
PsiBasedExternalAnnotationResolver

public interface ExternalAnnotationResolver


Field Summary
static ExternalAnnotationResolver EMPTY
           
 
Method Summary
 JavaAnnotation findExternalAnnotation(JavaAnnotationOwner owner, FqName fqName)
           
 

Field Detail

EMPTY

static final ExternalAnnotationResolver EMPTY
Method Detail

findExternalAnnotation

@Nullable
JavaAnnotation findExternalAnnotation(@NotNull
                                               JavaAnnotationOwner owner,
                                               @NotNull
                                               FqName fqName)