signature

val signature: List<String>? = null

The signature of the FunctionDeclaration. We use a list of the FQN of the Types of parameter. This is optional and if not specified, we perform the matching only based on the methodName.