org.jetbrains.jet.lang.resolve.java.resolver
Interface ExternalAnnotationResolver

All Known Implementing Classes:
PsiBasedExternalAnnotationResolver

public interface ExternalAnnotationResolver


Method Summary
 JavaAnnotation findExternalAnnotation(JavaAnnotationOwner owner, FqName fqName)
           
 java.util.Collection<JavaAnnotation> findExternalAnnotations(JavaAnnotationOwner owner)
           
 

Method Detail

findExternalAnnotation

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

findExternalAnnotations

@NotNull
java.util.Collection<JavaAnnotation> findExternalAnnotations(@NotNull
                                                                     JavaAnnotationOwner owner)