org.jetbrains.kotlin.descriptors.annotations
Interface AnnotationDescriptor

All Known Implementing Classes:
AnnotationDescriptorImpl

public interface AnnotationDescriptor


Method Summary
 java.util.Map<ValueParameterDescriptor,CompileTimeConstant<?>> getAllValueArguments()
           
 JetType getType()
           
 

Method Detail

getType

@NotNull
JetType getType()

getAllValueArguments

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