MethodCondition
方法查找条件。以 Method 为 receiver,可直接访问 name、parameterTypes 等。
findMethod(clz) {
name("doTask")
paramCount(2)
}Content copied to clipboard
方法查找条件。以 Method 为 receiver,可直接访问 name、parameterTypes 等。
findMethod(clz) {
name("doTask")
paramCount(2)
}