org.jetbrains.jet.lang.resolve.java.structure
Interface JavaAnnotationOwner

All Superinterfaces:
JavaElement
All Known Subinterfaces:
JavaAnnotationOwnerImpl, JavaClass, JavaConstructor, JavaField, JavaMember, JavaMethod, JavaValueParameter
All Known Implementing Classes:
JavaClassImpl, JavaConstructorImpl, JavaFieldImpl, JavaMemberImpl, JavaMethodImpl, JavaValueParameterImpl

public interface JavaAnnotationOwner
extends JavaElement


Method Summary
 JavaAnnotation findAnnotation(FqName fqName)
           
 java.util.Collection<JavaAnnotation> getAnnotations()
           
 

Method Detail

getAnnotations

@NotNull
java.util.Collection<JavaAnnotation> getAnnotations()

findAnnotation

@Nullable
JavaAnnotation findAnnotation(@NotNull
                                       FqName fqName)