Eclipse编译时保留方法的形参

推荐文章:

java程序员常用软件官方下载地址汇总

http://blog.****.net/qidasheng2012/article/details/77624330

~~~~~~~~~~~~~~~~~~~华丽的分割线~~~~~~~~~~~~~~~~~~~~~~~~

Window -> Preferences -> Java -> Compiler。
选中Store information about method parameters (usable via reflection)使其保持选中状态。
否则会对java反射机制(如果用到了的话)造成影响。
Eclipse编译时保留方法的形参

点击 这里 了解Java反射机制。

[转载自皓月如我的****博客](http://blog.****.net/fm0517/article/details/52893721)

Window -> Preferences -> Java -> Compiler。
选中Store information about method parameters (usable via reflection)使其保持选中状态。
否则会对java反射机制(如果用到了的话)造成影响。
Eclipse编译时保留方法的形参