org.jetbrains.kotlin.descriptors.annotations
Interface AnnotationDescriptor

All Known Implementing Classes:
AnnotationDescriptorImpl

public interface AnnotationDescriptor


Method Summary
 java.util.Map<ValueParameterDescriptor,> getAllValueArguments()
           
 SourceElement getSource()
           
 KotlinType getType()
           
 

Method Detail

getType

@NotNull
KotlinType getType()

getAllValueArguments

@NotNull
@ReadOnly
java.util.Map<ValueParameterDescriptor,> getAllValueArguments()

getSource

@NotNull
SourceElement getSource()