标签: java javassist
当一个方法有多个return语句时,javassist.insertAfter只允许我在所有return语句中插入代码。有没有办法将代码添加到一个特定的return语句(给定行号)?