标签: groovy
如果我有这样的课程:
public class Whatever { public void aMethod(int aParam); }
有没有办法知道aMethod使用名为aParam的参数,类型为int?
aMethod
aParam
int