AnnotationDescriptor

interface AnnotationDescriptor

Functions

Link copied to clipboard
abstract fun argumentValueAsArrayOfString(argName: String): List<String>
Link copied to clipboard
abstract fun argumentValueAsString(argName: String): String?

Properties

Link copied to clipboard
abstract val allValueArguments: Map<Name, Any?>
Link copied to clipboard
abstract val fqName: FqName?
Link copied to clipboard
abstract val type: Type