标签: java javaparser
public String do(Person p){}
如何获取参数Person包名称?我只能获取参数类型,只能获取类名称。
答案 0 :(得分:0)
您可以使用:
p.getClass().getPackage().getName();