标签: java eclipse spring
新手问题 -
我有一个由spring容器在加载时生成的类(支持aop的代理),我想知道是否有办法使用eclipse调试器检查类结构(或者不编写代码)。现在,堆栈显示方法调用和文本"line: not available [local variables unavailable]",编辑器显示"Source not found."我想找出关于类结构的事情:例如如果该类是最终的,那么它的方法的可见性等等。
"line: not available [local variables unavailable]"
"Source not found."
提前致谢!