If Java Generics are NotReifiable, why does the decompiled source (.class to .java) still have type information?

后端 未结 0 1324
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-04 17:07

Non-reifiable types are types where information has been removed at compile-time by type erasure

so I am expecting that after compilation t

相关标签:
回答
  • 消灭零回复
提交回复
热议问题