org.jetbrains.jet.lang.descriptors.annotations
Interface Annotations

All Superinterfaces:
java.lang.Iterable<AnnotationDescriptor>
All Known Implementing Classes:
AnnotationsImpl

public interface Annotations
extends java.lang.Iterable<AnnotationDescriptor>


Field Summary
static Annotations EMPTY
           
 
Method Summary
 AnnotationDescriptor findAnnotation(FqName fqName)
           
 boolean isEmpty()
           
 
Methods inherited from interface java.lang.Iterable
iterator
 

Field Detail

EMPTY

static final Annotations EMPTY
Method Detail

isEmpty

boolean isEmpty()

findAnnotation

@Nullable
AnnotationDescriptor findAnnotation(@NotNull
                                             FqName fqName)